Skip to content

Commit 3552592

Browse files
committed
Update to PHP 8.3 on Alpine 3.22 following upstream
This fixes 9f2df6f in which we didn't actually upgrade to PHP 8.3...
1 parent 7778f3b commit 3552592

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

container.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ TAGS="${TAGS:-latest}"
66
MERGE_IMAGE_GIT_REPO="https://github.com/nextcloud/docker.git"
77
MERGE_IMAGE_GIT_REF="refs/heads/master"
88
MERGE_IMAGE_BUD_CONTEXT="30/fpm-alpine"
9-
MERGE_IMAGE_BASE_IMAGE_PATTERN="php:8.3-fpm-alpine3.21"
9+
MERGE_IMAGE_BASE_IMAGE_PATTERN="php:8.3-fpm-alpine3.22"
1010

11-
BASE_IMAGE="ghcr.io/sgsgermany/php-fpm:v8.2"
11+
BASE_IMAGE="ghcr.io/sgsgermany/php-fpm:v8.3"

0 commit comments

Comments
 (0)