X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docker%2Fphp%2FDockerfile;h=b632cb8a2177fc6806428cb31c7e0e130d65367d;hb=c1a1c46e9ddc492606af9af82f1c4054e2c5ac20;hp=d0266ec74496274b7a4fd2c0c780659361982e1c;hpb=a2b5d67560341011e791b678422578ab8d6b1e3f;p=github%2Fwallabag%2Fwallabag.git 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'