chore(deps): update debian docker tag to v13
All checks were successful
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m50s

This commit was merged in pull request #127.
This commit is contained in:
2025-08-13 04:04:02 +00:00
committed by Tim Wundenberg
parent 3d69853c1e
commit 735d2405dc

View File

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