From 4c41f5a2a557fabfae46171cf8a2d0a0abc5fa91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:12:01 +0000 Subject: [PATCH] Bump the docker group with 2 updates Bumps the docker group with 2 updates: rust and distroless/cc-debian12. Updates `rust` from 1.77.0 to 1.77.2 Updates `distroless/cc-debian12` from `e6ae66a` to `eed8bd2` --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: distroless/cc-debian12 dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb723d8..bb8b79b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1.77.0 AS builder +FROM --platform=$BUILDPLATFORM rust:1.77.2 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:e6ae66a5a343d7112167f9117c4e630cfffcd80db44e44302759ec13ddd2d22b +FROM gcr.io/distroless/cc-debian12:latest@sha256:eed8bd290a9f83d0451e7812854da87a8407f1d68f44fae5261c16556be6465b COPY --from=builder /app/ddns-cloudflare /