commit b6611552c8
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun Oct 26 08:02:55 2025 +0000
Update caddy:2.10.2 Docker digest to 9e95012
11 lines
456 B
Docker
11 lines
456 B
Docker
FROM caddy:2.10.2-builder@sha256:53f91ad7c5f1ab9a607953199b7c1e10920c570ae002aef913d68ed7464fb19f 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:9e95012adcbbd599f853cb315b986781845c238f9e52aa3652798758cca01422
|
|
|
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|