From 367943b543736f77e828f1f6eaed80f18c683787 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 5 Mar 2026 06:36:59 +0000 Subject: [PATCH] fix: update caddy-security version to 1.1.38 in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9fa6ea56..d3a402ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ARG CADDY_CANDIDATE_VERSION=2.11.1 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.36 +ARG CADDY_SECURITY_VERSION=1.1.38 ## 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 @@ -233,7 +233,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ # Run xcaddy to generate the build directory and go.mod GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build v${CADDY_TARGET_VERSION} \ --with github.com/caddyserver/caddy/v2@v${CADDY_TARGET_VERSION} \ - --with github.com/greenpau/caddy-security@v${CADDY_SECURITY_VERSION} \ + --with github.com/greenpau/caddy-security@v${} \ --with github.com/corazawaf/coraza-caddy/v2 \ --with github.com/hslatman/caddy-crowdsec-bouncer@v0.10.0 \ --with github.com/zhangjiayin/caddy-geoip2 \