use newer docker build image

This commit is contained in:
2025-09-24 10:57:54 +02:00
parent c60f613483
commit 9ea5bdabb2
+2 -2
View File
@@ -1,5 +1,5 @@
# 1. Basis-Image wählen (Python 3.13 oder neuer empfohlen) # 1. Basis-Image wählen
FROM python:3.13.3-slim FROM python:3.13.7-slim
# 2. Metadaten (optional) # 2. Metadaten (optional)
LABEL maintainer="MrUnknownDE" LABEL maintainer="MrUnknownDE"