Skip to content

Commit

Permalink
Upgrade to Magento 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Mar 21, 2018
1 parent e6100fe commit 286d8e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions developer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alexcheng/apache2-php7:7.0.24

LABEL maintainer="[email protected]"
LABEL version="2.0.17"
LABEL description="Magento 2.0.17"
LABEL version="2.0.18"
LABEL description="Magento 2.0.18"

ENV MAGENTO_VERSION 2.0.17
ENV MAGENTO_VERSION 2.0.18
ENV INSTALL_DIR /var/www/html
ENV COMPOSER_HOME /var/www/.composer/

Expand Down
6 changes: 3 additions & 3 deletions integrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alexcheng/apache2-php7:7.0.24

LABEL maintainer="[email protected]"
LABEL version="2.0.17"
LABEL description="Magento 2.0.17"
LABEL version="2.0.18"
LABEL description="Magento 2.0.18"

ENV MAGENTO_VERSION 2.0.17
ENV MAGENTO_VERSION 2.0.18
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.0.17',
magento2Version: '2.0.18',
};

function readPartial(profile, section) {
Expand Down

0 comments on commit 286d8e7

Please sign in to comment.