From a885c74975a7d780d67f3381526f64127350178e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:51:29 +0000 Subject: [PATCH] Update docker.io/library/alpine Docker tag to v3.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fac05a..daff698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN set -x \ && /tmp/error-pages -h # -✂- this stage is used to prepare the runtime fs -------------------------------------------------------------------- -FROM docker.io/library/alpine:3.20 AS rootfs +FROM docker.io/library/alpine:3.24 AS rootfs WORKDIR /tmp/rootfs