]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docker/php/Dockerfile
Force PHP version in Dockerfile
[github/wallabag/wallabag.git] / 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'