Skip to content

Commit

Permalink
Bump the docker group with 2 updates (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2023
1 parent 406e7bf commit 0937cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM rust:1.72.1 AS builder
FROM --platform=$BUILDPLATFORM rust:1.73.0 AS builder

RUN apt-get update && apt-get install -y \
gcc-aarch64-linux-gnu \
Expand All @@ -23,7 +23,7 @@ RUN case $TARGETPLATFORM in \

cp target/$TARGET/release/ddns-cloudflare .

FROM gcr.io/distroless/cc-debian12:latest@sha256:f44927808110f578fba42bf36eb68a5ecbb268b94543eb9725380ec51e9a39ed
FROM gcr.io/distroless/cc-debian12:latest@sha256:88ab13ee3757ecf86ebf1b0dcdb8402c21fd977afb55cd68f6a3d334bdaea750

COPY --from=builder /app/ddns-cloudflare /

Expand Down

0 comments on commit 0937cee

Please sign in to comment.