0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00

Use var for the php version

This commit is contained in:
Tilo Spannagel 2018-03-08 09:52:55 +01:00
parent 5c05c9eba0
commit a82a812df0
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM php:7.1-%%VARIANT%%
FROM php:%%PHP_VERSION%%-%%VARIANT%%
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \