From 7a984f7b414de4b75013fe96b55a5dc31e415817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:43:30 +0000 Subject: [PATCH] Bump distroless/base-debian12 from `4f20cde` to `3d46a42` Bumps distroless/base-debian12 from `4f20cde` to `3d46a42`. --- updated-dependencies: - dependency-name: distroless/base-debian12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1ab22d..729fa7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . /build RUN cd /build && \ go build ./cmd/haproxy-auth-request -FROM gcr.io/distroless/base-debian12:nonroot@sha256:4f20cde3246b0192549d6547a0e4cb6dbb84df7e0fa1cfaabbe9be75f532d5c7 +FROM gcr.io/distroless/base-debian12:nonroot@sha256:3d46a42c741d469811b95d0b6ec9d10c15ebb1be7c5eaa989d429d91b066d78c COPY --from=builder /build/haproxy-auth-request /app/haproxy-auth-request