mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-03 12:04:32 +08:00
Bump php in /Containers/mastercontainer
Bumps php from 8.2.11-fpm-alpine3.18 to 8.2.12-fpm-alpine3.18. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ebca5442ae
commit
7466fb0e58
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM docker:24.0.6-cli as docker
|
|||
FROM caddy:2.7.5-alpine as caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.18/fpm/Dockerfile
|
||||
FROM php:8.2.11-fpm-alpine3.18
|
||||
FROM php:8.2.12-fpm-alpine3.18
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Add table
Reference in a new issue