1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-22 23:46:37 +02:00

Upgrade to alpine 3.8

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2018-08-27 19:01:54 +02:00
parent 35fd42d042
commit b784ac84ad
No known key found for this signature in database
GPG Key ID: E517E9F206B8993D

View File

@ -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; \