Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
[Docker] Update to use PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Dec 27, 2016
1 parent 7044241 commit 5e93cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Expand Up @@ -12,8 +12,8 @@ DATABASE_PASSWORD=SetYourOwnPassword
DATABASE_NAME=ezp

## Docker images (name and version)
PHP_IMAGE=ezsystems/php:7.0-v1
PHP_IMAGE_DEV=ezsystems/php:7.0-v1-dev
PHP_IMAGE=ezsystems/php:7.1-v1
PHP_IMAGE_DEV=ezsystems/php:7.1-v1-dev
NGINX_IMAGE=nginx:stable
MYSQL_IMAGE=mariadb:10.0
SELENIUM_IMAGE=selenium/standalone-firefox:2.53.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM ezsystems/php:7.0-v1
FROM ezsystems/php:7.1-v1

# Build argument about keeping auth.json or not (by default on as prod images should'nt get updates via composer update)
ARG REMOVE_AUTH=1
Expand Down

0 comments on commit 5e93cca

Please sign in to comment.