From 7d02d28ae6de7e7d880695dfec3d2bad31b88ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:16:36 -0400 Subject: [PATCH] Bump the docker group with 2 updates (#160) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6080309..5e34c6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1.79.0 AS builder +FROM --platform=$BUILDPLATFORM rust:1.80.0 AS builder RUN apt-get update && apt-get install -y \ gcc-aarch64-linux-gnu \ @@ -23,7 +23,7 @@ RUN case $TARGETPLATFORM in \ cp target/$TARGET/release/ddns-cloudflare . -FROM gcr.io/distroless/cc-debian12:latest@sha256:e1065a1d58800a7294f74e67c32ec4146d09d6cbe471c1fa7ed456b2d2bf06e0 +FROM gcr.io/distroless/cc-debian12:latest@sha256:3b75fdd33932d16e53a461277becf57c4f815c6cee5f6bc8f52457c095e004c8 COPY --from=builder /app/ddns-cloudflare /