mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
🌱 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:
parent
4c7289a09f
commit
2ac1d738ac
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user