From dc661eeaf71d93baabb97803cb212b3218cd12a6 Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:43:03 +0200 Subject: [PATCH] chore(docker): bump base image to Alpine 3.24.1 Update the runner image base from Alpine 3.23.4 to 3.24.1 to keep the runtime aligned with the current Alpine patch release. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5be836b..738dfdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23.4 +FROM alpine:3.24.1 # Copy all needed files COPY pip/requirements.txt /tmp/requirements.txt