Skip to content

Commit df66cd8

Browse files
🌱 Bump the docker-images group with 2 updates (#1370)
Bumps the docker-images group with 2 updates: golang and distroless/base. Updates `golang` from `450e382` to `d5302d4` Updates `distroless/base` from `611d30d` to `d8d01e2` --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-images - 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 fad9a3c commit df66cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# -e GITHUB_REPOSITORY="ossf/scorecard" \
2323
# laurentsimon/scorecard-action:latest
2424

25-
FROM golang:1.22.2@sha256:450e3822c7a135e1463cd83e51c8e2eb03b86a02113c89424e6f0f8344bb4168 AS builder
25+
FROM golang:1.22.2@sha256:d5302d40dc5fbbf38ec472d1848a9d2391a13f93293a6a5b0b87c99dc0eaa6ae AS builder
2626
WORKDIR /src
2727
ENV CGO_ENABLED=0
2828
COPY go.* ./
@@ -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:611d30d7f6d9992c37b1e1a212eefdf1f7c671deb56db3707e24eb01da8c4c2a
38+
FROM gcr.io/distroless/base@sha256:d8d01e2d5868f622544543ca0311679bbc2f3fbf7f7bafd11af78a284c479ea3
3939
COPY --from=build /src/scorecard-action /
4040
COPY policies/template.yml /policy.yml
4141
ENTRYPOINT [ "/scorecard-action" ]

0 commit comments

Comments
 (0)