From 97e4bdaf12c8c476f951b79ab8c52c19d0317132 Mon Sep 17 00:00:00 2001 From: Joeri Voet <2750496+jwavoet@users.noreply.github.com> Date: Wed, 4 Feb 2026 16:31:35 +0100 Subject: [PATCH] Upgrade to alpine 3.23.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45f7bb1..04c3c8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22.2 +FROM alpine:3.23.3 # This hack is widely applied to avoid python printing issues in docker containers. # See: https://github.com/Docker-Hub-frolvlad/docker-alpine-python3/pull/13