mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-03 20:14:58 +08:00
build(deps): bump php in /Containers/mastercontainer
Bumps php from 8.3.19-fpm-alpine3.21 to 8.3.20-fpm-alpine3.21. --- updated-dependencies: - dependency-name: php dependency-version: 8.3.20-fpm-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9f5710917d
commit
d55b13f974
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM docker:28.0.4-cli AS docker
|
|||
FROM caddy:2.9.1-alpine AS caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.3/alpine3.21/fpm/Dockerfile
|
||||
FROM php:8.3.19-fpm-alpine3.21
|
||||
FROM php:8.3.20-fpm-alpine3.21
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Add table
Reference in a new issue