From 80f6c1073906f349c3924958e41dcf89acd4dea6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Sep 2026 02:01:34 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17a778f..4b7a15c 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:3cf95fe0816180395592b8373f3ec60663f076127617bbacb4eacf9667afe2e9 AS busybox # Copy xx cross-compilation helpers (xx-clang, xx-apk, xx-info, etc.) COPY --from=xx / /