mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
mastercontainer: update to php8.4
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
dce4cc2ca3
commit
12fcefee77
11 changed files with 1411 additions and 153 deletions
|
|
@ -5,8 +5,8 @@ FROM docker:28.1.1-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.3/alpine3.21/fpm/Dockerfile
|
||||
FROM php:8.3.20-fpm-alpine3.21
|
||||
# From https://github.com/docker-library/php/blob/master/8.4/alpine3.21/fpm/Dockerfile
|
||||
FROM php:8.4.6-fpm-alpine3.21
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue