From b93fe34bcb2a8e86da582c39e97141e05cdf1a98 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:58:08 +0000 Subject: [PATCH] fix(deps): Update alpine Docker tag to v3.24 --- 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..0a060f4d1c4 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.24 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..b53390c4f7b 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.24 FROM alpine:${ALPINE_VERSION} AS gen RUN apk add --no-cache git diff --git a/dockerfiles/git.Dockerfile b/dockerfiles/git.Dockerfile index ea1ed672d73..7558ce12d89 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.24 FROM alpine:${ALPINE_VERSION} AS base RUN apk add --no-cache git gpg