0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-15 07:54:46 +02:00

Alpine 3.22

This commit is contained in:
J0WI 2025-06-06 01:18:38 +02:00
parent 5e0bfbff2d
commit 6e63d43d4b
5 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:8.2-fpm-alpine3.21
FROM php:8.2-fpm-alpine3.22
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \