From 14a9489d4664ba069e01a00feab7ac363cf64e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:33:26 -0400 Subject: [PATCH] Bump the docker group with 2 updates (#95) 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 18a63b3..1aca1c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.22.4 AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.5 AS builder COPY . /app WORKDIR /app @@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 \ GOARCH=$TARGETARCH \ go build -FROM gcr.io/distroless/static:latest@sha256:41972110a1c1a5c0b6adb283e8aa092c43c31f7c5d79b8656fbffff2c3e61f05 +FROM gcr.io/distroless/static:latest@sha256:ce46866b3a5170db3b49364900fb3168dc0833dfb46c26da5c77f22abb01d8c3 COPY --from=builder /app/auth-oidc /