Skip to content

Commit fad9a3c

Browse files
🌱 Bump distroless/base in the docker-images group (#1364)
Bumps the docker-images group with 1 update: distroless/base. Updates `distroless/base` from `9bc3117` to `611d30d` --- 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 1e01a30 commit fad9a3c

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:9bc3117a99c731a41200a28774405125cb6fbda1819f4a1af88bd3bfad5dcf32
38+
FROM gcr.io/distroless/base@sha256:611d30d7f6d9992c37b1e1a212eefdf1f7c671deb56db3707e24eb01da8c4c2a
3939
COPY --from=build /src/scorecard-action /
4040
COPY policies/template.yml /policy.yml
4141
ENTRYPOINT [ "/scorecard-action" ]

0 commit comments

Comments
 (0)