Skip to content

Commit a5c2880

Browse files
🌱 Bump distroless/base from df13a91 to 73deaaf (#1154)
Bumps distroless/base from `df13a91` to `73deaaf`. --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52f6036 commit a5c2880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ARG TARGETARCH
3636
RUN CGO_ENABLED=0 make build
3737

3838
# Need root for GitHub Actions support
39-
FROM gcr.io/distroless/base@sha256:df13a91fd415eb192a75e2ef7eacf3bb5877bb05ce93064b91b83feef5431f37
39+
FROM gcr.io/distroless/base@sha256:73deaaf6a207c1a33850257ba74e0f196bc418636cada9943a03d7abea980d6d
4040
COPY --from=build /src/scorecard-action /
4141
COPY policies/template.yml /policy.yml
4242
ENTRYPOINT [ "/scorecard-action" ]

0 commit comments

Comments
 (0)