Files
docker-caddy/caddy-cloudflare/Dockerfile
T

9 lines
314 B
Docker
Raw Normal View History

2025-10-24 20:21:25 +05:30
FROM caddy:2.10.2-builder@sha256:e8ec35d0787c123c0776d5e22570f2eeba76a730390104113554c271c40d2aeb AS builder
2025-08-20 18:05:41 +05:30
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare
FROM caddy:2.10.2@sha256:9e95012adcbbd599f853cb315b986781845c238f9e52aa3652798758cca01422
2025-08-20 18:05:41 +05:30
COPY --from=builder /usr/bin/caddy /usr/bin/caddy