From 990beb20e8869b44783508521f97a30453284989 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 1 Jan 2026 01:04:33 +0000 Subject: [PATCH] fix(deps): Update alpine Docker tag to v3.23 --- Dockerfile | 2 +- dockerfiles/authors.Dockerfile | 2 +- dockerfiles/git.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6372793d406..cf97044f051 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG GO_VERSION=1.23 -ARG ALPINE_VERSION=3.22 +ARG ALPINE_VERSION=3.23 ARG XX_VERSION=1.2.1 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx diff --git a/dockerfiles/authors.Dockerfile b/dockerfiles/authors.Dockerfile index 534d4478d25..38629c80a04 100644 --- a/dockerfiles/authors.Dockerfile +++ b/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/dockerfiles/git.Dockerfile b/dockerfiles/git.Dockerfile index ea1ed672d73..629afda3acd 100644 --- a/dockerfiles/git.Dockerfile +++ b/dockerfiles/git.Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG GO_VERSION=1.23 -ARG ALPINE_VERSION=3.22 +ARG ALPINE_VERSION=3.23 FROM alpine:${ALPINE_VERSION} AS base RUN apk add --no-cache git gpg