From b1ca199b8526edb72921cf681f8e53bff3afe8d8 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Sat, 12 Sep 2026 18:22:16 +0200 Subject: [PATCH] # Bullseye to Trixie * updates base image from debian 11 to 13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7685c656..008852a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Nutze ein schlankes Python-Image -FROM python:3.13-slim-bullseye +FROM python:3.13-slim-trixie ENV PYTHONUNBUFFERED 1