From: Jérémy Benoist Date: Thu, 23 May 2019 06:51:54 +0000 (+0200) Subject: Force PHP version in Dockerfile X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=c1a1c46e9ddc492606af9af82f1c4054e2c5ac20 Force PHP version in Dockerfile --- 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 @@ -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'