aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-05-23 08:51:54 +0200
committerGitHub <noreply@github.com>2019-05-23 08:51:54 +0200
commitc1a1c46e9ddc492606af9af82f1c4054e2c5ac20 (patch)
tree669ff391a33ce901218c63bf92223ef3e0b7b9bb /docker
parenta2b5d67560341011e791b678422578ab8d6b1e3f (diff)
downloadwallabag-c1a1c46e9ddc492606af9af82f1c4054e2c5ac20.tar.gz
wallabag-c1a1c46e9ddc492606af9af82f1c4054e2c5ac20.tar.zst
wallabag-c1a1c46e9ddc492606af9af82f1c4054e2c5ac20.zip
Force PHP version in Dockerfile
Diffstat (limited to 'docker')
-rw-r--r--docker/php/Dockerfile2
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 @@
1FROM php:fpm 1FROM 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
4ARG timezone='Europe/Paris' 4ARG timezone='Europe/Paris'