diff --git a/common/container/Containerfile b/common/container/Containerfile index 6b5478cb6a3..cc6aaade147 100644 --- a/common/container/Containerfile +++ b/common/container/Containerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=${BUILDPLATFORM} alpine:3.18 AS bootstrap +FROM --platform=${BUILDPLATFORM} alpine:3.22 AS bootstrap ARG TARGETPLATFORM ARG MIRROR=https://repo-ci.voidlinux.org ARG LIBC