From 365002652c5361b6ff1158589355d1bab8d944a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:00:51 +0000 Subject: [PATCH] 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 6b2e87b..67d1463 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN go test -mod=vendor -cover ./... RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-w -s" -mod=vendor -o /go/bin/app -FROM --platform=${TARGETPLATFORM:-linux/amd64} gcr.io/distroless/static@sha256:47b2d72ff90843eb8a768b5c2f89b40741843b639d065b9b937b07cd59b479c6 +FROM --platform=${TARGETPLATFORM:-linux/amd64} gcr.io/distroless/static@sha256:3592aa8171c77482f62bbc4164e6a2d141c6122554ace66e5cc910cadb961ff0 LABEL name="render-template" LABEL repository="http://github.com/step-security/render-template"