diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-05-23 11:57:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-23 11:57:07 +0200 |
commit | 65b495e75b1d36894dd18133d3bf967a74e0b8de (patch) | |
tree | 669ff391a33ce901218c63bf92223ef3e0b7b9bb /docker/php/Dockerfile | |
parent | a2b5d67560341011e791b678422578ab8d6b1e3f (diff) | |
parent | c1a1c46e9ddc492606af9af82f1c4054e2c5ac20 (diff) | |
download | wallabag-65b495e75b1d36894dd18133d3bf967a74e0b8de.tar.gz wallabag-65b495e75b1d36894dd18133d3bf967a74e0b8de.tar.zst wallabag-65b495e75b1d36894dd18133d3bf967a74e0b8de.zip |
Merge pull request #3977 from wallabag/fix/7.2-dockerfile
Force PHP version in Dockerfile
Diffstat (limited to 'docker/php/Dockerfile')
-rw-r--r-- | docker/php/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index d0266ec7..b632cb8a 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile | |||
@@ -1,4 +1,4 @@ | |||
1 | FROM php:fpm | 1 | FROM php:7.2-fpm |
2 | 2 | ||
3 | # Default timezone. To change it, use the argument in the docker-compose.yml file | 3 | # Default timezone. To change it, use the argument in the docker-compose.yml file |
4 | ARG timezone='Europe/Paris' | 4 | ARG timezone='Europe/Paris' |