From 2bde2f528ba7ad5b545f5a3a0a2e50166fffb977 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:54:45 +0100 Subject: [PATCH] dockerfile: update alpine to 3.23 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- Dockerfile | 2 +- hack/dockerfiles/authors.Dockerfile | 2 +- hack/dockerfiles/docs.Dockerfile | 2 +- hack/dockerfiles/govulncheck.Dockerfile | 2 +- hack/dockerfiles/lint.Dockerfile | 2 +- hack/dockerfiles/vendor.Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 941b8863c..351af189d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG GO_VERSION=1.25 -ARG ALPINE_VERSION=3.22 +ARG ALPINE_VERSION=3.23 ARG XX_VERSION=1.7.0 # for testing diff --git a/hack/dockerfiles/authors.Dockerfile b/hack/dockerfiles/authors.Dockerfile index 46b46b394..4bd903950 100644 --- a/hack/dockerfiles/authors.Dockerfile +++ b/hack/dockerfiles/authors.Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG ALPINE_VERSION=3.22 +ARG ALPINE_VERSION=3.23 FROM alpine:${ALPINE_VERSION} AS gen RUN apk add --no-cache git diff --git a/hack/dockerfiles/docs.Dockerfile b/hack/dockerfiles/docs.Dockerfile index d0a15938c..dcfbd55a9 100644 --- a/hack/dockerfiles/docs.Dockerfile +++ b/hack/dockerfiles/docs.Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG GO_VERSION=1.25 -ARG ALPINE_VERSION=3.22 +ARG ALPINE_VERSION=3.23 ARG FORMATS=md,yaml diff --git a/hack/dockerfiles/govulncheck.Dockerfile b/hack/dockerfiles/govulncheck.Dockerfile index a482ef184..d09020c33 100644 --- a/hack/dockerfiles/govulncheck.Dockerfile +++ b/hack/dockerfiles/govulncheck.Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG GO_VERSION=1.25 -ARG ALPINE_VERSION=3.22 +ARG ALPINE_VERSION=3.23 ARG GOVULNCHECK_VERSION=v1.1.4 ARG FORMAT="text" diff --git a/hack/dockerfiles/lint.Dockerfile b/hack/dockerfiles/lint.Dockerfile index f33d8db62..56382bb78 100644 --- a/hack/dockerfiles/lint.Dockerfile +++ b/hack/dockerfiles/lint.Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG GO_VERSION=1.25 -ARG ALPINE_VERSION=3.22 +ARG ALPINE_VERSION=3.23 ARG XX_VERSION=1.7.0 ARG GOLANGCI_LINT_VERSION=v2.8.0 diff --git a/hack/dockerfiles/vendor.Dockerfile b/hack/dockerfiles/vendor.Dockerfile index 172218511..f54e01487 100644 --- a/hack/dockerfiles/vendor.Dockerfile +++ b/hack/dockerfiles/vendor.Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG GO_VERSION=1.25 -ARG ALPINE_VERSION=3.22 +ARG ALPINE_VERSION=3.23 ARG MODOUTDATED_VERSION=v0.9.0