Skip to content

Commit 6327d68

Browse files
committed
Fix version number for PHP
1 parent 4c17e7a commit 6327d68

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,5 +1,5 @@
11
ARG FRANKENPHP_VERSION="1.12.1"
2-
ARG PHP_VERSION="8.4.19"
2+
ARG PHP_VERSION="8.4.18"
33
ARG WINTER_VERSION="v1.2.11"
44

55
FROM dunglas/frankenphp:${FRANKENPHP_VERSION}-php${PHP_VERSION}-trixie

0 commit comments

Comments
 (0)