From adb5dc11435bd094bc7be61ed21f40e5d152b4da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:02:35 +0000 Subject: [PATCH] chore(deps): update docker.io/library/alpine docker tag to v3.24 --- images/fio/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fio/Dockerfile b/images/fio/Dockerfile index 5ab8f20..ccbc4ff 100644 --- a/images/fio/Dockerfile +++ b/images/fio/Dockerfile @@ -26,7 +26,7 @@ # ============================================================================ # Stage 1: Build FIO as a static binary # ============================================================================ -FROM docker.io/library/alpine:3.23 AS fio-builder +FROM docker.io/library/alpine:3.24 AS fio-builder ARG FIO_VERSION=fio-3.41