🌱 Bump distroless/base from 46d4514 to 02f6671

Bumps distroless/base from `46d4514` to `02f6671`.

---
updated-dependencies:
- dependency-name: distroless/base
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-28 15:49:34 +00:00 committed by Naveen
parent 4c7289a09f
commit 2ac1d738ac

View File

@ -24,6 +24,6 @@ ARG TARGETOS
ARG TARGETARCH
RUN CGO_ENABLED=0 make build-scorecard
FROM gcr.io/distroless/base:nonroot@sha256:46d4514c17aca7a68559ee03975983339fc548e6d1014e2d7633f9123f2d3c59
FROM gcr.io/distroless/base:nonroot@sha256:02f667185ccf78dbaaf79376b6904aea6d832638e1314387c2c2932f217ac5cb
COPY --from=build /src/scorecard /
ENTRYPOINT [ "/scorecard" ]