use newer docker build image

This commit is contained in:
2025-09-24 10:57:54 +02:00
parent c60f613483
commit 9ea5bdabb2

View File

@@ -1,5 +1,5 @@
# 1. Basis-Image wählen (Python 3.13 oder neuer empfohlen)
FROM python:3.13.3-slim
# 1. Basis-Image wählen
FROM python:3.13.7-slim
# 2. Metadaten (optional)
LABEL maintainer="MrUnknownDE"