Update Dockerfile

This commit is contained in:
2025-06-20 18:11:50 +05:30
committed by GitHub
parent f8ae3483e5
commit 698843b8b3

View File

@@ -2,7 +2,9 @@ FROM caddy:2.10.0-builder AS builder
RUN xcaddy build \
--with github.com/hslatman/caddy-crowdsec-bouncer/http
--with github.com/hslatman/caddy-crowdsec-bouncer/layer4
--with github.com/hslatman/caddy-crowdsec-bouncer/appsec
FROM caddy:2.10.0
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
COPY --from=builder /usr/bin/caddy /usr/bin/caddy