From f4242d2e445b89451f17704132ab2fd60c803107 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 11 Jul 2022 03:00:53 +0200 Subject: [PATCH] Update gcr.io/distroless/static digest to 21d3f84 (#516) --- .github/actions/detect-workflow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/detect-workflow/Dockerfile b/.github/actions/detect-workflow/Dockerfile index c850f7190..af6f8d587 100644 --- a/.github/actions/detect-workflow/Dockerfile +++ b/.github/actions/detect-workflow/Dockerfile @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-w -s" -v -o app . # A distroless container image with some basics like SSL certificates # https://github.com/GoogleContainerTools/distroless -FROM gcr.io/distroless/static@sha256:2ad95019a0cbf07e0f917134f97dd859aaccc09258eb94edcb91674b3c1f448f +FROM gcr.io/distroless/static@sha256:21d3f84a4f37c36199fd07ad5544dcafecc17776e3f3628baf9a57c8c0181b3f COPY --from=builder /app/app /app