From cb847df5ccfd09c3aae4dfd2df009dda084d7d11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 05:41:49 +0000 Subject: [PATCH] chore(deps): update dependency php/frankenphp to v1.12.2 --- target/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/web/Dockerfile b/target/web/Dockerfile index 2e94b6ff..f3f13bc3 100644 --- a/target/web/Dockerfile +++ b/target/web/Dockerfile @@ -25,7 +25,7 @@ ENV MYSQL_HOST=db \ SUPPORT_URL=https://github.com/jeboehm/docker-mailserver \ WAITSTART_TIMEOUT=1m -ARG FRANKENPHP_VER=v1.12.1 # renovate: depName=php/frankenphp +ARG FRANKENPHP_VER=v1.12.2 # renovate: depName=php/frankenphp RUN apk add --no-cache \ curl && \ ln -sf /tmp /home/app && \