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