diff --git a/Dockerfile b/Dockerfile index 49e8db4..0fbd878 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app COPY . . RUN cargo install --path . -FROM debian:12.11@sha256:b6507e340c43553136f5078284c8c68d86ec8262b1724dde73c325e8d3dcdeba +FROM debian:13.0@sha256:07262e76e64b2a3bce39496510f6c80626ce09ebb2351b55ed90846068a4dd4f RUN apt-get update && apt-get -y install ca-certificates && rm -rf /var/lib/apt/lists/* COPY --from=builder /usr/local/cargo/bin/cloudflare-dynamic-dns /usr/local/bin/cloudflare-dynamic-dns CMD ["cloudflare-dynamic-dns"]