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/?a=commitdiff_plain;h=refs%2Fpull%2F3977%2Fhead;p=github%2Fwallabag%2Fwallabag.git 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'