mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-18 17:27:24 +00:00
update remaining docker images to alpine 3.24
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -10,8 +10,8 @@ RUN set -ex; \
|
||||
xcaddy build --with github.com/muety/caddy-remote-host@"$CADDY_REMOTE_HOST_HASH"; \
|
||||
/usr/bin/caddy list-modules
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.5/alpine3.23/fpm/Dockerfile
|
||||
FROM php:8.5.7-fpm-alpine3.23
|
||||
# From https://github.com/docker-library/php/blob/master/8.5/alpine3.24/fpm/Dockerfile
|
||||
FROM php:8.5.7-fpm-alpine3.24
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user