From c8b5101416447eeb5c7c3f0da7fee4da7450806e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Jun 2026 02:00:57 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1eeca1..0d41c8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -196,7 +196,7 @@ RUN printf '%s\n' \ # This stage runs on the TARGET platform (no --platform override): gcc then # produces native target-arch binaries directly. Under buildx this is # transparently emulated via binfmt/QEMU for non-native targets. -FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS busybox +FROM alpine:3.24.0@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 AS busybox # renovate: datasource=docker depName=busybox versioning=docker ARG BUSYBOX_VERSION=1.37.0