chore(deps): update debian docker tag to v12.10
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m27s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m27s
This commit is contained in:
@@ -3,7 +3,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN cargo install --path .
|
||||
|
||||
FROM debian:12.9@sha256:35286826a88dc879b4f438b645ba574a55a14187b483d09213a024dc0c0a64ed
|
||||
FROM debian:12.10@sha256:18023f131f52fc3ea21973cabffe0b216c60b417fd2478e94d9d59981ebba6af
|
||||
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