From d425ee77fb7aa35f1a8af5dfe28751afdffc68f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:51:33 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d0a7f49..93f4819 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 AS Build-web +FROM alpine:3.23 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.22 AS app +FROM alpine:3.23 AS app RUN apk add --no-cache \ bash \