Skip to content

Commit 09bb953

Browse files
🌱 Bump distroless/base in the docker-images group (#1372)
Bumps the docker-images group with 1 update: distroless/base. Updates `distroless/base` from `d8d01e2` to `786007f` --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production dependency-group: docker-images ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1511e13 commit 09bb953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ARG TARGETARCH
3535
RUN CGO_ENABLED=0 make build
3636

3737
# Need root for GitHub Actions support
38-
FROM gcr.io/distroless/base@sha256:d8d01e2d5868f622544543ca0311679bbc2f3fbf7f7bafd11af78a284c479ea3
38+
FROM gcr.io/distroless/base@sha256:786007f631d22e8a1a5084c5b177352d9dcac24b1e8c815187750f70b24a9fc6
3939
COPY --from=build /src/scorecard-action /
4040
COPY policies/template.yml /policy.yml
4141
ENTRYPOINT [ "/scorecard-action" ]

0 commit comments

Comments
 (0)