Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Schrock <sschrock@google.com>
Signed-off-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan and spencerschrock committed Oct 25, 2022
1 parent 28eb76a commit b992e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -35,6 +35,6 @@ ARG TARGETOS
ARG TARGETARCH
RUN CGO_ENABLED=0 make build

FROM gcr.io/distroless/base:nonroot@sha256:02f667185ccf78dbaaf79376b6904aea6d832638e1314387c2c2932f217ac5cb
FROM gcr.io/distroless/base:nonroot@sha256:99133cb0878bb1f84d1753957c6fd4b84f006f2798535de22ebf7ba170bbf434
COPY --from=build /src/scorecard-action /
ENTRYPOINT [ "/scorecard-action" ]

0 comments on commit b992e0e

Please sign in to comment.