Skip to content

Commit abc6fbd

Browse files
authored
Upgrade FrankenPHP to v1.11.2 (#655)
* Upgrade FrankenPHP to v1.11.2 * Update Golang version in Dockerfile from 1.25 to 1.26
1 parent bda0ef1 commit abc6fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/variations/frankenphp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.11.1'
6-
ARG GOLANG_VERSION='1.25'
5+
ARG FRANKENPHP_VERSION='1.11.2'
6+
ARG GOLANG_VERSION='1.26'
77

88
########################
99
# Common

0 commit comments

Comments
 (0)