From 090532e5b3dfaf74afaaab0af10d2745963da00b Mon Sep 17 00:00:00 2001 From: Joeri Voet <2750496+jwavoet@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:38:54 +0200 Subject: [PATCH] Upgrade to latest alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3c00d8..a1d5a95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22.1 # 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