From 739cdcc78679e5dce0af09cf819279c468de2451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:03:19 -0400 Subject: [PATCH] Bump chainguard/static from `bda736f` to `dea7cbb` in /go (#19) Bumps chainguard/static from `bda736f` to `dea7cbb`. --- 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 07d4a22..be8e0dd 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:bda736ff75ec4b76ecd120d6ccf0b9428419cf4568a5d786a7d77ba23a9f6992 AS final +FROM cgr.dev/chainguard/static:latest@sha256:dea7cbb98630ecf732c9d840edec0bda5da5c0c7967a25354fb9f3d8c7f87c1a AS final LABEL maintainer="rush@ru8733.com" USER nonroot:nonroot