]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #3977 from wallabag/fix/7.2-dockerfile
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Thu, 23 May 2019 09:57:07 +0000 (11:57 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2019 09:57:07 +0000 (11:57 +0200)
Force PHP version in Dockerfile

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'