fix: update CORAZA_CADDY_VERSION to 2.3.0 for compatibility improvements

This commit is contained in:
GitHub Actions
2026-03-30 22:19:49 +00:00
parent 9740ddb813
commit c852838644

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.57
# renovate: datasource=go depName=github.com/corazawaf/coraza-caddy
ARG CORAZA_CADDY_VERSION=2.2.0
ARG CORAZA_CADDY_VERSION=2.3.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