From 85b0bb1f5e38d06ee20cd8087b3a2b4e1ef57290 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 9 Mar 2026 16:40:30 +0000 Subject: [PATCH] fix(docker): update CADDY_VERSION to 2.11.2 for improved stability --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8b85b1f..2274cc2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ARG BUILD_DEBUG=0 # this ARG to a specific v2.x tag when desired. ## Try to build the requested Caddy v2.x tag (Renovate can update this ARG). ## If the requested tag isn't available, fall back to a known-good v2.11.1 build. -ARG CADDY_VERSION=2.11.1 +ARG CADDY_VERSION=2.11.2 ARG CADDY_CANDIDATE_VERSION=2.11.1 ARG CADDY_USE_CANDIDATE=0 ARG CADDY_PATCH_SCENARIO=B