From 077c0272195841d258befa99bf4b361ca415dac2 Mon Sep 17 00:00:00 2001 From: Fu Cheng Date: Thu, 19 Jul 2018 20:22:32 +1200 Subject: [PATCH] Magento 2.1.14 --- 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 af223de80..aaee1a34a 100644 --- a/developer/Dockerfile +++ b/developer/Dockerfile @@ -2,7 +2,7 @@ FROM alexcheng/apache2-php7:7.0.24 Label maintainer="alexcheng1982@gmail.com" -ENV MAGENTO_VERSION 2.1.13 +ENV MAGENTO_VERSION 2.1.14 ENV INSTALL_DIR /var/www/html ENV COMPOSER_HOME /var/www/.composer/ diff --git a/integrator/Dockerfile b/integrator/Dockerfile index 8b125f682..11eaf8706 100644 --- a/integrator/Dockerfile +++ b/integrator/Dockerfile @@ -2,7 +2,7 @@ FROM alexcheng/apache2-php7:7.0.24 Label maintainer="alexcheng1982@gmail.com" -ENV MAGENTO_VERSION 2.1.13 +ENV MAGENTO_VERSION 2.1.14 ENV INSTALL_DIR /var/www/html ENV COMPOSER_HOME /var/www/.composer/ diff --git a/update.js b/update.js index efd5791f1..91fbe0815 100644 --- a/update.js +++ b/update.js @@ -6,7 +6,7 @@ const path = require("path"); const commonOptions = { phpVersion: '7.0.24', - magento2Version: '2.1.13', + magento2Version: '2.1.14', }; function readPartial(profile, section) {