chore(deps): update debian:13.3 docker digest to 5cf544f
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m8s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m8s

This commit was merged in pull request #217.
This commit is contained in:
2026-01-13 11:00:35 +00:00
parent 10c739dae9
commit 9f9750538c

View File

@@ -3,7 +3,7 @@ WORKDIR /app
COPY . .
RUN cargo install --path .
FROM debian:13.3@sha256:1c7b8fc319f989adc969ae62db4c856f3907290b99807c1e8cdb4038819d0aba
FROM debian:13.3@sha256:5cf544fad978371b3df255b61e209b373583cb88b733475c86e49faa15ac2104
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"]