fix: update caddy-security version to 1.1.43 for improved security

This commit is contained in:
GitHub Actions
2026-03-06 20:18:36 +00:00
parent 51a01c4f7b
commit 77a7368c5d

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.42
ARG CADDY_SECURITY_VERSION=1.1.43
## 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