From 286d8e72d5e7af4273c61f3bb773a628e9f15a45 Mon Sep 17 00:00:00 2001 From: Fu Cheng Date: Thu, 22 Mar 2018 09:21:39 +1300 Subject: [PATCH] Upgrade to Magento 2.0.18 --- developer/Dockerfile | 6 +++--- integrator/Dockerfile | 6 +++--- update.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/developer/Dockerfile b/developer/Dockerfile index 28bf2494e..a0144e77e 100644 --- a/developer/Dockerfile +++ b/developer/Dockerfile @@ -1,10 +1,10 @@ FROM alexcheng/apache2-php7:7.0.24 LABEL maintainer="alexcheng1982@gmail.com" -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/ diff --git a/integrator/Dockerfile b/integrator/Dockerfile index 29f3fbeb7..d903ca4d5 100644 --- a/integrator/Dockerfile +++ b/integrator/Dockerfile @@ -1,10 +1,10 @@ FROM alexcheng/apache2-php7:7.0.24 LABEL maintainer="alexcheng1982@gmail.com" -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/ diff --git a/update.js b/update.js index 7711f6cb0..4b2899080 100644 --- a/update.js +++ b/update.js @@ -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) {