0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00

Alpine 3.17 (#1953)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2023-03-21 22:44:22 +00:00 committed by GitHub
parent 89a0b8904e
commit 165698da7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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; \