chore(deps): update debian:12.7 docker digest to 27586f4
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 27s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 32s

This commit was merged in pull request #8.
This commit is contained in:
2024-09-27 21:26:08 +00:00
parent 848877270d
commit 5468f809e7

View File

@@ -3,7 +3,7 @@ WORKDIR /app
COPY . .
RUN cargo install --path .
FROM debian:12.7@sha256:b8084b1a576c5504a031936e1132574f4ce1d6cc7130bbcc25a28f074539ae6b
FROM debian:12.7@sha256:27586f4609433f2f49a9157405b473c62c3cb28a581c413393975b4e8496d0ab
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"]