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
… f41b84c
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent a623d04 commit caf0b9a
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:55c636171053dbc8ae07a280023bd787d2921f10e569f3e319f1539076dbba11
FROM gcr.io/distroless/static:nonroot@sha256:f41b84cda410b05cc690c2e33d1973a31c6165a2721e2b5343aab50fecb63441

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:55c636171053dbc8ae07a280023bd787d2921f10e569f3e319f1539076dbba11"
ARG BASE_IMAGE_DIGEST="sha256:f41b84cda410b05cc690c2e33d1973a31c6165a2721e2b5343aab50fecb63441"

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

0 comments on commit caf0b9a

Please sign in to comment.