chore(deps): update debian:12.11 docker digest to 731dd13
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m35s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m28s

This commit was merged in pull request #129.
This commit is contained in:
2025-08-13 01:10:35 +00:00
parent 176828a3a5
commit 7c27d31fc9

View File

@@ -3,7 +3,7 @@ WORKDIR /app
COPY . .
RUN cargo install --path .
FROM debian:12.11@sha256:562665545b4070ef8d4e2fef66c9abc37a39b749f58a11bda5d7120f6cb327b3
FROM debian:12.11@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b
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"]