]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Force PHP version in Dockerfile 3977/head
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Thu, 23 May 2019 06:51:54 +0000 (08:51 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2019 06:51:54 +0000 (08:51 +0200)
docker/php/Dockerfile

index d0266ec74496274b7a4fd2c0c780659361982e1c..b632cb8a2177fc6806428cb31c7e0e130d65367d 100644 (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'