Files
docker-caddy/caddy-crowdsec/Dockerfile
T

11 lines
456 B
Docker
Raw Normal View History

FROM caddy:2.10.2-builder@sha256:6e3ed727ce8695fc58e0a8de8e5d11888f6463c430ea5b40e0b5f679ab734868 AS builder
2025-08-20 22:06:04 +05:30
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
2025-11-02 13:30:24 +05:30
FROM caddy:2.10.2@sha256:9e95012adcbbd599f853cb315b986781845c238f9e52aa3652798758cca01422
2025-08-20 22:06:04 +05:30
COPY --from=builder /usr/bin/caddy /usr/bin/caddy