diff --git a/developer/Dockerfile b/developer/Dockerfile index 8c75e9cb1..b153318a2 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.11 +ENV MAGENTO_VERSION 2.1.12 ENV INSTALL_DIR /var/www/html ENV COMPOSER_HOME /var/www/.composer/ diff --git a/integrator/Dockerfile b/integrator/Dockerfile index 8f4a5acd5..d3dbc418a 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.11 +ENV MAGENTO_VERSION 2.1.12 ENV INSTALL_DIR /var/www/html ENV COMPOSER_HOME /var/www/.composer/ diff --git a/update.js b/update.js index 70a2c1d7b..180b2f2d7 100644 --- a/update.js +++ b/update.js @@ -6,7 +6,7 @@ const path = require("path"); const commonOptions = { phpVersion: '7.0.24', - magento2Version: '2.1.11', + magento2Version: '2.1.12', }; function readPartial(profile, section) {