mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-24 14:43:53 +01:00
Upgrade to alpine 3.8
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
35fd42d042
commit
b784ac84ad
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.7
|
||||
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.8
|
||||
|
||||
# entrypoint.sh and cron.sh dependencies
|
||||
RUN set -ex; \
|
||||
|
|
Loading…
Reference in a new issue