chore(deps): update debian docker tag to v13
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m35s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m35s
This commit is contained in:
@@ -3,7 +3,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN cargo install --path .
|
||||
|
||||
FROM debian:12.11@sha256:562665545b4070ef8d4e2fef66c9abc37a39b749f58a11bda5d7120f6cb327b3
|
||||
FROM debian:13.0@sha256:07262e76e64b2a3bce39496510f6c80626ce09ebb2351b55ed90846068a4dd4f
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user