mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
🌱 Bump distroless/base from 764b74b
to d65ac1a
Bumps distroless/base from `764b74b` to `d65ac1a`. --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8d8bcf2f69
commit
399d9974e4
@ -24,6 +24,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:764b74b1789b4ec9044e6f20bb938d077fe8c7bcf9e4d3767eebb440c5d76f11
|
FROM gcr.io/distroless/base:nonroot@sha256:d65ac1a65a4d82a48ebd0a22aea2acdd95d7abeeda245dfee932ec0018c781f4
|
||||||
COPY --from=build /src/scorecard /
|
COPY --from=build /src/scorecard /
|
||||||
ENTRYPOINT [ "/scorecard" ]
|
ENTRYPOINT [ "/scorecard" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user