File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN case ${TARGETPLATFORM} in \
1717 esac && \
1818 GOARCH=${GOARCH} VERSION=${VERSION} make build
1919
20- FROM gcr.io/distroless/static:nonroot@sha256:112a87f19e83c83711cc81ce8ed0b4d79acd65789682a6a272df57c4a0858534
20+ FROM gcr.io/distroless/static:nonroot@sha256:6a3500b086c2856fbc189f5d11351bdbcf7c4dc5673c2b6070aac9d607da90d7
2121
2222COPY --from=builder /src/version /bin/version
2323
@@ -33,7 +33,7 @@ ARG LICENSES="GNU GPLv3"
3333ARG TITLE="version"
3434ARG DESCRIPTION="A simple CLI tool to deal with version numbers."
3535ARG BASE_IMAGE="gcr.io/distroless/static:nonroot"
36- ARG BASE_IMAGE_DIGEST="sha256:112a87f19e83c83711cc81ce8ed0b4d79acd65789682a6a272df57c4a0858534 "
36+ ARG BASE_IMAGE_DIGEST="sha256:6a3500b086c2856fbc189f5d11351bdbcf7c4dc5673c2b6070aac9d607da90d7 "
3737
3838LABEL authors="kvanzuijlen" \
3939 org.opencontainers.image.created=${CREATED} \
You can’t perform that action at this time.
0 commit comments