From 1c3209c1a27e59ac9c22bc3452ea0b654d9779ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:41:02 +0000 Subject: [PATCH] Bump alpine from 3.21.0 to 3.21.2 in the container-images group Bumps the container-images group with 1 update: alpine. Updates `alpine` from 3.21.0 to 3.21.2 --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: container-images ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b37b8396..5cf77fec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG TARGETOS TARGETARCH RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o ./bin/version-checker ./cmd/. -FROM alpine:3.21.0 +FROM alpine:3.21.2 LABEL description="Kubernetes utility for exposing used image versions compared to the latest version, as metrics." RUN apk --no-cache add ca-certificates