From 3a26f29837da45237502e5a523f989288c47c25b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:59:24 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 93f4819..d4ffe8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 AS Build-web +FROM alpine:3.24 AS Build-web ENV DARKHTTPD_TAG=v1.14 RUN apk add --no-cache build-base @@ -25,7 +25,7 @@ WORKDIR /build/linuxdir2html COPY build/* . RUN pyinstaller LinuxDir2HTML.spec -FROM alpine:3.23 AS app +FROM alpine:3.24 AS app RUN apk add --no-cache \ bash \