Files
docker-caddy/caddy-crowdsec/Dockerfile
ryuupendragon ed120c5a3f Squashed commit of the following:
commit 92b844ccbd
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Sat Nov 15 08:19:15 2025 +0000

    Update caddy:2.10.2 Docker digest to cef7fe1
2025-11-16 20:53:11 +05:30

11 lines
456 B
Docker

FROM caddy:2.10.2-builder@sha256:6e3ed727ce8695fc58e0a8de8e5d11888f6463c430ea5b40e0b5f679ab734868 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.2@sha256:cef7fe17d4df3b0843eae25bed319d6140b1a7bb13ccef076f5f1783d5bca9b1
COPY --from=builder /usr/bin/caddy /usr/bin/caddy