fix: update Caddy security version to 1.1.44

This commit is contained in:
GitHub Actions
2026-03-09 12:39:22 +00:00
parent 6a37a906ce
commit c499c57296

View File

@@ -39,7 +39,7 @@ ARG CADDY_CANDIDATE_VERSION=2.11.2
ARG CADDY_USE_CANDIDATE=0
ARG CADDY_PATCH_SCENARIO=B
# renovate: datasource=go depName=github.com/greenpau/caddy-security
ARG CADDY_SECURITY_VERSION=1.1.43
ARG CADDY_SECURITY_VERSION=1.1.44
## 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