chore(deps): update debian docker tag to v13.1
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m42s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m35s

This commit was merged in pull request #139.
This commit is contained in:
2025-09-08 22:03:46 +00:00
parent 6165a00505
commit acc4990c88

View File

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