From f54c3057cb36fed4f632301373d2944ab2fac4c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:26:46 +0000 Subject: [PATCH] ci(deps)(deps): bump distroless/static from `47b2d72` to `3592aa8` Bumps distroless/static from `47b2d72` to `3592aa8`. --- updated-dependencies: - dependency-name: distroless/static dependency-version: 3592aa8171c77482f62bbc4164e6a2d141c6122554ace66e5cc910cadb961ff0 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 e9b658dc..ee16465b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH:-amd64} go build - # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/static@sha256:47b2d72ff90843eb8a768b5c2f89b40741843b639d065b9b937b07cd59b479c6 +FROM gcr.io/distroless/static@sha256:3592aa8171c77482f62bbc4164e6a2d141c6122554ace66e5cc910cadb961ff0 WORKDIR / COPY --from=builder /workspace/manager . USER 65532:65532