From edb9a5a7de856854edd3abef31898f7da0c827cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:40:47 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73e82dd..dd80291 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN git clone --depth 1 https://github.com/mihaigalos/randompass.git \ && cd randompass \ && RUSTFLAGS="-C target-feature=-crt-static" cargo build --release -FROM alpine:3.18 as tool +FROM alpine:3.24 as tool ARG USER