From 1e525b90a963b11e56f14f1f273737d859c10897 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Sun, 1 Mar 2026 14:04:58 +0100 Subject: [PATCH] # Dockerfile upgrade * upgrade baseimage to python 3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d01fc72a..7685c656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Nutze ein schlankes Python-Image -FROM python:3.11-slim-bullseye +FROM python:3.13-slim-bullseye ENV PYTHONUNBUFFERED 1