From 29985714a3c0845c608aee009efa85b8656bb8a6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 3 Apr 2026 22:39:40 +0000 Subject: [PATCH] fix: update CORAZA_CADDY_VERSION to 2.4.0 for compatibility improvements --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 312e105f..d9e9c781 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ ARG CADDY_PATCH_SCENARIO=B # renovate: datasource=go depName=github.com/greenpau/caddy-security ARG CADDY_SECURITY_VERSION=1.1.61 # renovate: datasource=go depName=github.com/corazawaf/coraza-caddy -ARG CORAZA_CADDY_VERSION=2.3.0 +ARG CORAZA_CADDY_VERSION=2.4.0 ## When an official caddy image tag isn't available on the host, use a ## plain Alpine base image and overwrite its caddy binary with our ## xcaddy-built binary in the later COPY step. This avoids relying on