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:
parent
5c05c9eba0
commit
a82a812df0
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