From 9ea5bdabb2701bb92cf7852850b5c522398c3493 Mon Sep 17 00:00:00 2001 From: MrUnknownDE Date: Wed, 24 Sep 2025 10:57:54 +0200 Subject: [PATCH] use newer docker build image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0699872..0814f28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"