From 4913d8392e1830b257e5372aaec59c3a64e2f009 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 09:27:26 +0000 Subject: [PATCH] chore(deps): update gcr.io/distroless/static digest to 66cd130 Signed-off-by: Renovate Bot --- _template/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_template/Dockerfile b/_template/Dockerfile index a2dcae33..53f1f6e6 100644 --- a/_template/Dockerfile +++ b/_template/Dockerfile @@ -22,7 +22,7 @@ RUN --mount=target=. \ go build -ldflags="-w -s" -o /app/main ./cmd/{{.Base.appName}}/*.go # Import the binary from build stage -FROM gcr.io/distroless/static:nonroot@sha256:2556293984c5738fc75208cce52cf0a4762c709cf38e4bf8def65a61992da0ad as prd +FROM gcr.io/distroless/static:nonroot@sha256:66cd130e90992bebb68b8735a72f8ad154d0cd4a6f3a8b76f1e372467818d1b4 as prd COPY --from=build /app/main / # this is the numeric version of user nonroot:nonroot to check runAsNonRoot in kubernetes USER 65532:65532