From 795e486efcf139b8320101b99b5601e85ad9c2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:31:50 +0000 Subject: [PATCH] Bump alpine from 3.22.2 to 3.23.0 in /images/git Bumps alpine from 3.22.2 to 3.23.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- images/git/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/git/Dockerfile b/images/git/Dockerfile index af8a3faa6af2..bc14e347d78d 100644 --- a/images/git/Dockerfile +++ b/images/git/Dockerfile @@ -15,7 +15,7 @@ # Update the date below (check https://hub.docker.com/_/alpine/tags) to get the # alpine edge base image, which has a faster release cadence than alpine:latest # (which tracks alpine stable), to pick up security patches more quickly. -FROM alpine:3.22.2 +FROM alpine:3.23.0 ARG IMAGE_ARG ENV IMAGE=${IMAGE_ARG}