Update modules
Build / build (pull_request) Successful in 2m31s

This commit is contained in:
Julien Valverdé
2026-05-15 12:02:08 +02:00
parent 00178c2fe2
commit 1d018ffca8
+4 -4
View File
@@ -2,10 +2,10 @@ FROM caddy:2.11.3-builder@sha256:f96a3b748f2ce4e5f6595453615da734b93993b231213fe
RUN --mount=type=cache,target=/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \
xcaddy build \
--with github.com/mholt/caddy-l4@master \
--with github.com/greenpau/caddy-security@v1.1.31 \
--with github.com/hslatman/caddy-crowdsec-bouncer/crowdsec@v0.9.2 \
--with github.com/caddy-dns/namecheap@master
--with github.com/mholt/caddy-l4@v0.1.1 \
--with github.com/greenpau/caddy-security@v1.1.62 \
--with github.com/hslatman/caddy-crowdsec-bouncer@v0.12.1 \
--with github.com/caddy-dns/namecheap@c7fcf32
FROM caddy:2.11.3@sha256:ec18ee54aab3315c22e25f3b2babda73ff8007d39b13b3bd1bfffa2f0444c7d9
COPY --from=builder /usr/bin/caddy /usr/bin/caddy