Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/static:nonroot docker digest to…
Browse files Browse the repository at this point in the history
… 6a3500b
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 667d366 commit f3f57dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN case ${TARGETPLATFORM} in \
esac && \
GOARCH=${GOARCH} VERSION=${VERSION} make build

FROM gcr.io/distroless/static:nonroot@sha256:112a87f19e83c83711cc81ce8ed0b4d79acd65789682a6a272df57c4a0858534
FROM gcr.io/distroless/static:nonroot@sha256:6a3500b086c2856fbc189f5d11351bdbcf7c4dc5673c2b6070aac9d607da90d7

COPY --from=builder /src/version /bin/version

Expand All @@ -33,7 +33,7 @@ ARG LICENSES="GNU GPLv3"
ARG TITLE="version"
ARG DESCRIPTION="A simple CLI tool to deal with version numbers."
ARG BASE_IMAGE="gcr.io/distroless/static:nonroot"
ARG BASE_IMAGE_DIGEST="sha256:112a87f19e83c83711cc81ce8ed0b4d79acd65789682a6a272df57c4a0858534"
ARG BASE_IMAGE_DIGEST="sha256:6a3500b086c2856fbc189f5d11351bdbcf7c4dc5673c2b6070aac9d607da90d7"

LABEL authors="kvanzuijlen" \
org.opencontainers.image.created=${CREATED} \
Expand Down

0 comments on commit f3f57dc

Please sign in to comment.