From 4439c39ae1933b742aae6c6e505305cfd15edd13 Mon Sep 17 00:00:00 2001 From: Fu Cheng Date: Fri, 16 Mar 2018 20:06:43 +1300 Subject: [PATCH] Update to Magento 2.2.3 --- developer/Dockerfile | 2 +- integrator/Dockerfile | 2 +- update.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/developer/Dockerfile b/developer/Dockerfile index f0bfab385..6c0aeb76c 100644 --- a/developer/Dockerfile +++ b/developer/Dockerfile @@ -2,7 +2,7 @@ FROM alexcheng/apache2-php7:7.1.11 Label maintainer="alexcheng1982@gmail.com" -ENV MAGENTO_VERSION 2.2.2 +ENV MAGENTO_VERSION 2.2.3 ENV INSTALL_DIR /var/www/html ENV COMPOSER_HOME /var/www/.composer/ diff --git a/integrator/Dockerfile b/integrator/Dockerfile index 61ad32ed4..cf6fb7a66 100644 --- a/integrator/Dockerfile +++ b/integrator/Dockerfile @@ -2,7 +2,7 @@ FROM alexcheng/apache2-php7:7.1.11 Label maintainer="alexcheng1982@gmail.com" -ENV MAGENTO_VERSION 2.2.2 +ENV MAGENTO_VERSION 2.2.3 ENV INSTALL_DIR /var/www/html ENV COMPOSER_HOME /var/www/.composer/ diff --git a/update.js b/update.js index 700faae16..a8dd35761 100644 --- a/update.js +++ b/update.js @@ -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) {