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:
commit
cf450e5d14
3 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM php:7.1-%%VARIANT%%
|
||||
FROM php:%%PHP_VERSION%%-%%VARIANT%%
|
||||
|
||||
# entrypoint.sh and cron.sh dependencies
|
||||
RUN set -ex; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue