Skip to content

Commit 59bddbe

Browse files
🌱 Bump the docker-images group across 1 directory with 2 updates
Bumps the docker-images group with 2 updates in the / directory: golang and distroless/base. Updates `golang` from 1.26.4 to 1.26.5 Updates `distroless/base` from `57c1e4c` to `7c4468d` --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-images - dependency-name: distroless/base dependency-version: 7c4468db5fea18a1630860619be640c4c0ad158c0d63f12951b96b7d0f5ddd62 dependency-type: direct:production dependency-group: docker-images ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5075782 commit 59bddbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.26.4@sha256:87a41d2539e5671777734e91f467499ed5eafb1fb1f77221dff2744db7a51775 AS builder
25+
FROM golang:1.26.5@sha256:079e59808d2d252516e27e3f3a9c003740dee7f75e55aa71528766d52bcfc16a 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:57c1e4c72feb5925c4763ae4f6bd2013ad3854f57eff5b60dd9acb1ce0abc66e
38+
FROM gcr.io/distroless/base@sha256:7c4468db5fea18a1630860619be640c4c0ad158c0d63f12951b96b7d0f5ddd62
3939
COPY --from=build /src/scorecard-action /
4040
COPY policies/template.yml /policy.yml
4141
ENTRYPOINT [ "/scorecard-action" ]

0 commit comments

Comments
 (0)