ci: set php8.4 in Dockerfile

This commit is contained in:
Maël Gangloff 2025-10-27 18:03:14 +01:00
parent 43e2746bbe
commit 12c1a9bb97
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.4 # syntax=docker/dockerfile:1.4
# Versions # Versions
FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream FROM dunglas/frankenphp:1-php8.4 AS frankenphp_upstream
# The different stages of this Dockerfile are meant to be built into separate images # The different stages of this Dockerfile are meant to be built into separate images
# https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage # https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage