Skip to content

Commit

Permalink
Upgrade to Magento 2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Mar 19, 2018
1 parent 6a6c4b6 commit 737eaea
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.11
ENV MAGENTO_VERSION 2.1.12
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.11
ENV MAGENTO_VERSION 2.1.12
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.11',
magento2Version: '2.1.12',
};

function readPartial(profile, section) {
Expand Down

0 comments on commit 737eaea

Please sign in to comment.