modified: Dockerfile

This commit is contained in:
SimolZimol
2024-09-09 10:35:49 +02:00
parent 1bf827e031
commit 741af4beeb

View File

@@ -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