Skip to content

Commit 14797f3

Browse files
committed
feat: upgrade to PHP 8.4
1 parent 15dbd50 commit 14797f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#syntax=docker/dockerfile:1
22

33
# Versions
4-
FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream
4+
FROM dunglas/frankenphp:1-php8.4 AS frankenphp_upstream
55

66
# The different stages of this Dockerfile are meant to be built into separate images
77
# https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage

0 commit comments

Comments
 (0)