0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00

Alpine 3.13

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2021-01-21 20:59:17 +01:00
parent 8bc92b29b8
commit e811f399a9

View file

@ -1,4 +1,4 @@
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.12
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.13
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \