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

Merge pull request #279 from nextcloud/var-php-version

Use var for the php version
This commit is contained in:
Tilo Spannagel 2018-03-12 15:42:07 +01:00 committed by GitHub
commit cf450e5d14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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; \