fix: update CORAZA_CADDY_VERSION to 2.4.0 for compatibility improvements

This commit is contained in:
GitHub Actions
2026-04-03 22:39:40 +00:00
parent 64c9d7adbe
commit 29985714a3

View File

@@ -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