From 567368f88886b74e045036bdc9c41330bab8d02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:47:54 -0400 Subject: [PATCH] Bump chainguard/static from `d07036a` to `1c785f2` in /go (#54) Bumps [chainguard/static](https://github.com/chainguard-images/images) from `d07036a` to `1c785f2`. - [Commits](https://github.com/chainguard-images/images/commits) --- 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 4ebd9aa..1b78903 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:d07036a3beff43183f49bce5b2a0bd945f2ffe6e76f734ebd040059a40d371bc AS final +FROM cgr.dev/chainguard/static:latest@sha256:1c785f2145250a80d2d71d2b026276f3358ef3543448500c72206d37ec4ece37 AS final LABEL maintainer="rush@ru8733.com" USER nonroot:nonroot