mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-08 22:55:27 +03:00
🌱 Bump distroless/base from 38778ff
to ccbc79c
(#722)
Bumps distroless/base from `38778ff` to `ccbc79c`. --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
This commit is contained in:
parent
b86718a96b
commit
d6cf4b36bf
@ -25,6 +25,6 @@ ARG TARGETOS
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
RUN CGO_ENABLED=0 make build-scorecard
|
RUN CGO_ENABLED=0 make build-scorecard
|
||||||
|
|
||||||
FROM gcr.io/distroless/base:nonroot@sha256:38778ff7aa549bf6904c9d1c68bfe5946e96cac91dc32ba1f58e83bb9c9e6abe
|
FROM gcr.io/distroless/base:nonroot@sha256:ccbc79c4fc35b92709d3987315cdb9e20b6e742546af7a7db10024641aa60572
|
||||||
COPY --from=build /src/scorecard /
|
COPY --from=build /src/scorecard /
|
||||||
ENTRYPOINT [ "/scorecard" ]
|
ENTRYPOINT [ "/scorecard" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user