Update dockerfile with hash

This commit is contained in:
2025-08-20 18:24:14 +05:30
parent a143479087
commit d46398da67

View File

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