mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
update alpine to v3.20.1
This commit is contained in:
parent
1b0cace7a8
commit
85ede06e7b
51 changed files with 14 additions and 15 deletions
|
|
@ -5,8 +5,8 @@ FROM docker:26.1.4-cli as docker
|
|||
# Caddy is a requirement
|
||||
FROM caddy:2.8.4-alpine as caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.3/alpine3.19/fpm/Dockerfile
|
||||
FROM php:8.3.8-fpm-alpine3.19
|
||||
# From https://github.com/docker-library/php/blob/master/8.3/alpine3.20/fpm/Dockerfile
|
||||
FROM php:8.3.8-fpm-alpine3.20
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue