mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
update remaining images and docs to alpine v3.22
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
7b786f3704
commit
b2a839a209
7 changed files with 9 additions and 9 deletions
|
|
@ -5,8 +5,8 @@ FROM docker:28.3.2-cli AS docker
|
|||
# Caddy is a requirement
|
||||
FROM caddy:2.10.0-alpine AS caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.4/alpine3.21/fpm/Dockerfile
|
||||
FROM php:8.4.10-fpm-alpine3.21
|
||||
# From https://github.com/docker-library/php/blob/master/8.4/alpine3.22/fpm/Dockerfile
|
||||
FROM php:8.4.10-fpm-alpine3.22
|
||||
|
||||
ARG AIO_GIT_URL="https://github.com/nextcloud-releases/all-in-one.git"
|
||||
ARG AIO_GIT_BRANCH="main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue