mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 09:01:01 +00:00
Force PHP version in Dockerfile
This commit is contained in:
parent
a2b5d67560
commit
c1a1c46e9d
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue