Pin dependencies
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 24s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 24s
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
FROM rust:1.70 as builder
|
FROM rust:1.70@sha256:dbdf8893bda954a9d222e1385516fe583d37befffaa274ab97874ec30fa4bcef as builder
|
||||||
WORKDIR ./src/
|
WORKDIR ./src/
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN cargo install --path .
|
RUN cargo install --path .
|
||||||
|
|
||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim@sha256:00558f781b91e90469812bad32002f311ab26ef241b4a1996f6600680ec82f5c
|
||||||
RUN apt-get update && apt-get -y install ca-certificates && rm -rf /var/lib/apt/lists/*
|
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
|
COPY --from=builder /usr/local/cargo/bin/cloudflare-dynamic-dns /usr/local/bin/cloudflare-dynamic-dns
|
||||||
CMD ["cloudflare-dynamic-dns"]
|
CMD ["cloudflare-dynamic-dns"]
|
||||||
Reference in New Issue
Block a user