From aa2d9c768925bdf5479a4d03d4b828b0265a6210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 04:19:28 +0000 Subject: [PATCH 1/2] chore(deps): bump alpine Bumps the docker-images group in /distribution/docker/alpine with 1 update: alpine. Updates `alpine` from 3.22 to 3.23 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-images ... Signed-off-by: dependabot[bot] --- distribution/docker/alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/docker/alpine/Dockerfile b/distribution/docker/alpine/Dockerfile index 0358bd9bdc882..9d40daff5ce8e 100644 --- a/distribution/docker/alpine/Dockerfile +++ b/distribution/docker/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.22 AS builder +FROM docker.io/alpine:3.23 AS builder WORKDIR /vector @@ -12,7 +12,7 @@ RUN ARCH=$(if [ "$TARGETPLATFORM" = "linux/arm/v6" ]; then echo "arm"; else cat RUN mkdir -p /var/lib/vector -FROM docker.io/alpine:3.22 +FROM docker.io/alpine:3.23 # https://github.com/opencontainers/image-spec/blob/main/annotations.md LABEL org.opencontainers.image.url="https://vector.dev" From 182513d4907a9ec958b7ca22a2cc49336a822790 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 9 Jan 2026 14:59:58 -0500 Subject: [PATCH 2/2] Update alpine in distribution/docker/distroless-static/Dockerfile --- distribution/docker/distroless-static/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/docker/distroless-static/Dockerfile b/distribution/docker/distroless-static/Dockerfile index c369cff031f94..d692f48321614 100644 --- a/distribution/docker/distroless-static/Dockerfile +++ b/distribution/docker/distroless-static/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.22 AS builder +FROM docker.io/alpine:3.23 AS builder WORKDIR /vector