File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:8dd8d3ca2cf283383304fd45a5c9c74d5f2cd9da8d3b077d720e264880077c65
20+ FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
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:8dd8d3ca2cf283383304fd45a5c9c74d5f2cd9da8d3b077d720e264880077c65 "
36+ ARG BASE_IMAGE_DIGEST="sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 "
3737
3838LABEL authors="kvanzuijlen" \
3939 org.opencontainers.image.created=${CREATED} \
You can’t perform that action at this time.
0 commit comments