From 7fbf622404d39ff57746a53a78f473a12a36aa9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:02:49 +0000 Subject: [PATCH] Bump alpine from 3.22.2 to 3.23.2 in the docker group Bumps the docker group with 1 update: alpine. Updates `alpine` from 3.22.2 to 3.23.2 --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19c72b7..8e4b681 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN go mod download COPY . . RUN export CGO_ENABLED=0 && make build -FROM alpine:3.22.2 +FROM alpine:3.23.2 RUN apk add --no-cache --update bash curl jq ca-certificates tini python3 RUN mkdir /script_exporter COPY --from=build /script_exporter/bin/script_exporter /script_exporter