Skip to content

Commit fdecad5

Browse files
authored
Update FrankenPHP version in Dockerfile to 1.10.0 (#621)
1 parent 9edd160 commit fdecad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variations/frankenphp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG BASE_OS_VERSION='trixie'
33
ARG PHP_VERSION='8.5'
44
ARG BASE_IMAGE="php:${PHP_VERSION}-zts-${BASE_OS_VERSION}"
5-
ARG FRANKENPHP_VERSION='1.9.1'
5+
ARG FRANKENPHP_VERSION='1.10.0'
66
ARG GOLANG_VERSION='1.25'
77

88
########################

0 commit comments

Comments
 (0)