diff --git a/Dockerfile b/Dockerfile index 836c636..0ee25e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -303,7 +303,7 @@ RUN printf '%s\n' \ # only for this one lightweight probe step (busybox --help per applet), not # for the compile itself. The probe can alternatively be skipped by using # a pre-enumerated applet list, but the current approach is simpler. -FROM --platform=$BUILDPLATFORM alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b AS busybox +FROM --platform=$BUILDPLATFORM alpine:3.24.2@sha256:294b683cb724975bec92580e1e685676bd4b50bda910ddb8c51d4cabeaec77e6 AS busybox # Copy xx cross-compilation helpers (xx-clang, xx-apk, xx-info, etc.) COPY --from=xx / /