mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
update all remaining images to alpine3.19
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a9c1c5fe11
commit
75b2bd3c75
7 changed files with 9 additions and 9 deletions
|
|
@ -4,8 +4,8 @@ FROM docker:24.0.7-cli as docker
|
|||
# Caddy is a requirement
|
||||
FROM caddy:2.7.6-alpine as caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.18/fpm/Dockerfile
|
||||
FROM php:8.2.15-fpm-alpine3.18
|
||||
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.19/fpm/Dockerfile
|
||||
FROM php:8.2.15-fpm-alpine3.19
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue