Skip to content

Commit

Permalink
🌱 Bump distroless/base from d65ac1a to e672eb7
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jul 5, 2022
1 parent 2fb4093 commit fb6c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -24,6 +24,6 @@ ARG TARGETOS
ARG TARGETARCH
RUN CGO_ENABLED=0 make build-scorecard

FROM gcr.io/distroless/base:nonroot@sha256:d65ac1a65a4d82a48ebd0a22aea2acdd95d7abeeda245dfee932ec0018c781f4
FROM gcr.io/distroless/base:nonroot@sha256:ad6969f9ab19c110d4dfaf679cdeca3d0e0a330c5cea792158dd633c3af928ed
COPY --from=build /src/scorecard /
ENTRYPOINT [ "/scorecard" ]

0 comments on commit fb6c890

Please sign in to comment.