Merge pull request #3977 from wallabag/fix/7.2-dockerfile

Force PHP version in Dockerfile
This commit is contained in:
Jérémy Benoist 2019-05-23 11:57:07 +02:00 committed by GitHub
commit 65b495e75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM php:fpm
FROM php:7.2-fpm
# Default timezone. To change it, use the argument in the docker-compose.yml file
ARG timezone='Europe/Paris'