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

Alpine 3.17

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2023-03-21 21:40:56 +01:00
parent 89a0b8904e
commit ff2e75e6a2
2 changed files with 9 additions and 1 deletions

View file

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