Update Dockerfile

This commit is contained in:
Urlo30
2025-07-13 16:45:07 +00:00
committed by GitHub
parent bdd4e4a3a3
commit 655b62ab30

View File

@@ -1,4 +1,4 @@
FROM python:3.10-slim-buster
FROM python:3.11-slim-bullseye
# Set the working directory in the container to /app
WORKDIR /app