From 19878284b3748584b49ea02d6642bebc89db9fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 08:27:48 -0400 Subject: [PATCH] Bump the docker group with 2 updates (#156) 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 bb8b79b..159d353 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1.77.2 AS builder +FROM --platform=$BUILDPLATFORM rust:1.78.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:eed8bd290a9f83d0451e7812854da87a8407f1d68f44fae5261c16556be6465b +FROM gcr.io/distroless/cc-debian12:latest@sha256:e1065a1d58800a7294f74e67c32ec4146d09d6cbe471c1fa7ed456b2d2bf06e0 COPY --from=builder /app/ddns-cloudflare /