Skip to content

Commit

Permalink
Magento 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Jul 19, 2018
1 parent 0ca9445 commit 077c027
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion developer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alexcheng/apache2-php7:7.0.24

Label maintainer="[email protected]"

ENV MAGENTO_VERSION 2.1.13
ENV MAGENTO_VERSION 2.1.14
ENV INSTALL_DIR /var/www/html
ENV COMPOSER_HOME /var/www/.composer/

Expand Down
2 changes: 1 addition & 1 deletion integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alexcheng/apache2-php7:7.0.24

Label maintainer="[email protected]"

ENV MAGENTO_VERSION 2.1.13
ENV MAGENTO_VERSION 2.1.14
ENV INSTALL_DIR /var/www/html
ENV COMPOSER_HOME /var/www/.composer/

Expand Down
2 changes: 1 addition & 1 deletion update.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require("path");

const commonOptions = {
phpVersion: '7.0.24',
magento2Version: '2.1.13',
magento2Version: '2.1.14',
};

function readPartial(profile, section) {
Expand Down

0 comments on commit 077c027

Please sign in to comment.