🌱 Bump chainguard/static from 110b691 to 68b8855 (#4179)

Bumps chainguard/static from `110b691` to `68b8855`.

---
updated-dependencies:
- dependency-name: chainguard/static
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-26 20:08:08 +00:00 committed by GitHub
parent 309b48b9fd
commit 7918d83743
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,6 @@ ARG TARGETOS
ARG TARGETARCH
RUN CGO_ENABLED=0 make build-scorecard
FROM cgr.dev/chainguard/static@sha256:110b6918893ea3df0eec04b2f469f3af07e5439900ed259076c55cefb1ec3965
FROM cgr.dev/chainguard/static@sha256:68b8855b2ce85b1c649c0e6c69f93c214f4db75359e4fd07b1df951a4e2b0140
COPY --from=build /src/scorecard /
ENTRYPOINT [ "/scorecard" ]