# Dockerfile upgrade

* upgrade baseimage to python 3.13
This commit is contained in:
2026-03-01 14:04:58 +01:00
parent 63a516e7d6
commit 1e525b90a9

View File

@@ -1,5 +1,5 @@
# Nutze ein schlankes Python-Image
FROM python:3.11-slim-bullseye
FROM python:3.13-slim-bullseye
ENV PYTHONUNBUFFERED 1