Skip to content

Commit

Permalink
Magento 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Jul 19, 2018
1 parent 8d0a271 commit 5c851f0
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.1.11

LABEL maintainer="[email protected]"
LABEL version="2.2.4"
LABEL description="Magento 2.2.4"
LABEL version="2.2.5"
LABEL description="Magento 2.2.5"

ENV MAGENTO_VERSION 2.2.4
ENV MAGENTO_VERSION 2.2.5
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.1.11

LABEL maintainer="[email protected]"
LABEL version="2.2.4"
LABEL description="Magento 2.2.4"
LABEL version="2.2.5"
LABEL description="Magento 2.2.5"

ENV MAGENTO_VERSION 2.2.4
ENV MAGENTO_VERSION 2.2.5
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.1.11',
magento2Version: '2.2.4',
magento2Version: '2.2.5',
};

function readPartial(profile, section) {
Expand Down

0 comments on commit 5c851f0

Please sign in to comment.