Files
docker-caddy/caddy-cloudflare-ddns/Dockerfile
T

10 lines
361 B
Docker
Raw Normal View History

2025-11-08 18:58:37 +05:30
FROM caddy:2.10.2-builder@sha256:4535684b970f048a772efec86ce46148a0e916a653e73d9b223cb2ad07f5dfe6 AS builder
2025-08-20 18:03:48 +05:30
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/mholt/caddy-dynamicdns
2025-11-02 13:30:24 +05:30
FROM caddy:2.10.2@sha256:9e95012adcbbd599f853cb315b986781845c238f9e52aa3652798758cca01422
2025-08-20 18:03:48 +05:30
COPY --from=builder /usr/bin/caddy /usr/bin/caddy