mirror of
https://github.com/wallabag/wallabag.git
synced 2026-01-30 15:57:36 +01:00
Merge pull request #3977 from wallabag/fix/7.2-dockerfile
Force PHP version in Dockerfile
This commit is contained in:
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user