Update dockerfile

This commit is contained in:
2025-08-20 18:16:57 +05:30
parent eeb629f98e
commit a143479087

View File

@@ -1,8 +1,8 @@
FROM caddy:2.10.0-builder@sha256:fe8d0d6cdbfd382197c4d715ffd5b41210165e2f64a81ce546ae63eeef35873a AS builder
FROM caddy:2.10.0-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare
FROM caddy:2.10.0@sha256:133b5eb7ef9d42e34756ba206b06d84f4e3eb308044e268e182c2747083f09de
FROM caddy:2.10.0
COPY --from=builder /usr/bin/caddy /usr/bin/caddy