Skip to content

Commit 7c9bb1c

Browse files
🌱 Bump distroless/base from d65ac1a to e672eb7 (#1994)
Bumps distroless/base from `d65ac1a` to `e672eb7`. --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 838f62f commit 7c9bb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ARG TARGETOS
2424
ARG TARGETARCH
2525
RUN CGO_ENABLED=0 make build-scorecard
2626

27-
FROM gcr.io/distroless/base:nonroot@sha256:d65ac1a65a4d82a48ebd0a22aea2acdd95d7abeeda245dfee932ec0018c781f4
27+
FROM gcr.io/distroless/base:nonroot@sha256:49d2923f35d66b8402487a7c01bc62a66d8279cd42e89c11b64cdce8d5826c03
2828
COPY --from=build /src/scorecard /
2929
ENTRYPOINT [ "/scorecard" ]

0 commit comments

Comments
 (0)