diff --git a/Dockerfile b/Dockerfile index c750368..2acf2ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Verwende das offizielle Python-Image -FROM python:3.9-alpine +FROM python:3.10-slim # Setze das Arbeitsverzeichnis im Container WORKDIR /app