Skip to content

Commit 7975ea6

Browse files
🌱 Bump the docker-images group across 1 directory with 2 updates (#1568)
Bumps the docker-images group with 2 updates in the / directory: golang and distroless/base. Updates `golang` from `14fd8a5` to `ef5b4be` Updates `distroless/base` from `201ef91` to `1951bed` --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-images - dependency-name: distroless/base dependency-version: 1951bedd9ab20dd71a5ab11b3f5a624863d7af4109f299d62289928b9e311d5d dependency-type: direct:production dependency-group: docker-images ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d1a743 commit 7975ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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.24.5@sha256:14fd8a55e59a560704e5fc44970b301d00d344e45d6b914dda228e09f359a088 AS builder
25+
FROM golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 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:201ef9125ff3f55fda8e0697eff0b3ce9078366503ef066653635a3ac3ed9c26
38+
FROM gcr.io/distroless/base@sha256:fa15492938650e1a5b87e34d47dc7d99a2b4e8aefd81b931b3f3eb6bb4c1d2f6
3939
COPY --from=build /src/scorecard-action /
4040
COPY policies/template.yml /policy.yml
4141
ENTRYPOINT [ "/scorecard-action" ]

0 commit comments

Comments
 (0)