chore(deps): update debian docker tag to v13
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m36s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m36s
This commit is contained in:
@@ -3,7 +3,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN cargo install --path .
|
||||
|
||||
FROM debian:12.11@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b
|
||||
FROM debian:13.0@sha256:7e6f944b3d6eb8ded05b0b391d00a3b941604d0b0f97071a4853ee21d8faa888
|
||||
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