Files
caddy/Dockerfile
T
renovate-bot 2f7e0c96a6
Build / build (pull_request) Successful in 2m10s
Update all dependencies
2026-06-03 12:01:22 +00:00

12 lines
583 B
Docker

FROM caddy:2.11.3-builder@sha256:d57008618f743e6308058d7bd990eb3489dfd04e2b82978cca7b953e1b491fc7 AS builder
RUN --mount=type=cache,target=/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \
xcaddy build \
--with github.com/mholt/caddy-l4@v0.1.1 \
--with github.com/greenpau/caddy-security@v1.1.62 \
--with github.com/hslatman/caddy-crowdsec-bouncer@v0.12.1 \
--with github.com/caddy-dns/namecheap@c7fcf32
FROM caddy:2.11.3@sha256:ec18ee54aab3315c22e25f3b2babda73ff8007d39b13b3bd1bfffa2f0444c7d9
COPY --from=builder /usr/bin/caddy /usr/bin/caddy