commit 72e5747b44f1ae536ac943fc26d9ebb4dc29eeb9
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu Oct 16 23:47:23 2025 +0000
Update caddy:2.10.2-builder Docker digest to e8ec35d
11 lines
456 B
Docker
11 lines
456 B
Docker
FROM caddy:2.10.2-builder@sha256:e8ec35d0787c123c0776d5e22570f2eeba76a730390104113554c271c40d2aeb 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:786b7527345b82faf39e664ea26c71cc57bcb3a89bb2eada94bf0b2dc5304f0a
|
|
|
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|