From 9fc48bac7b5194067e4f3b6d43966d716fc700f1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Jun 2026 22:44:38 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd80d77..c64fb0e 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.0@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 AS busybox +FROM --platform=$BUILDPLATFORM alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b AS busybox # Copy xx cross-compilation helpers (xx-clang, xx-apk, xx-info, etc.) COPY --from=xx / /