From 0c703c8cd1f7a968c17f3a39cd2e4a69a919cb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 11:49:12 -0400 Subject: [PATCH] Bump chainguard/static from `110b691` to `288b818` in /go (#29) Bumps chainguard/static from `110b691` to `288b818`. --- updated-dependencies: - dependency-name: chainguard/static dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/Dockerfile b/go/Dockerfile index 33753a2..bf8445a 100644 --- a/go/Dockerfile +++ b/go/Dockerfile @@ -11,7 +11,7 @@ RUN make buildx-build # STAGE 2: build the container to run -FROM cgr.dev/chainguard/static:latest@sha256:110b6918893ea3df0eec04b2f469f3af07e5439900ed259076c55cefb1ec3965 AS final +FROM cgr.dev/chainguard/static:latest@sha256:288b818c1b3dd89776d176f07f5f671b118fe836c4d80ec2cc3299b596fe71b7 AS final LABEL maintainer="rush@ru8733.com" USER nonroot:nonroot