From b42a36f26fe2f9af2fc72d65052f949ea55f86b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:40:27 +0000 Subject: [PATCH] chore(deps): update gcr.io/distroless/static:nonroot docker digest to 49af061 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e206d89..516afd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN case ${TARGETPLATFORM} in \ esac && \ GOARCH=${GOARCH} VERSION=${VERSION} make build -FROM gcr.io/distroless/static:nonroot@sha256:efea8b525e9deefb309c6ed41b8e69c85d901e0da30658e476e9f176f88c1b36 +FROM gcr.io/distroless/static:nonroot@sha256:49af06135e8bbe8ddc46c1d28b0bd00961aae9c9ed090bbc0237f58e1462dd4b COPY --from=builder /src/version /bin/version @@ -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:efea8b525e9deefb309c6ed41b8e69c85d901e0da30658e476e9f176f88c1b36" +ARG BASE_IMAGE_DIGEST="sha256:49af06135e8bbe8ddc46c1d28b0bd00961aae9c9ed090bbc0237f58e1462dd4b" LABEL authors="kvanzuijlen" \ org.opencontainers.image.created=${CREATED} \