Skip to content

Commit

Permalink
Update to Magento 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Mar 16, 2018
1 parent 96a2aa4 commit 4439c39
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.1.11

Label maintainer="[email protected]"

ENV MAGENTO_VERSION 2.2.2
ENV MAGENTO_VERSION 2.2.3
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.1.11

Label maintainer="[email protected]"

ENV MAGENTO_VERSION 2.2.2
ENV MAGENTO_VERSION 2.2.3
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.1.11',
magento2Version: '2.2.2',
magento2Version: '2.2.3',
};

function readPartial(profile, section) {
Expand Down

0 comments on commit 4439c39

Please sign in to comment.