🐛 Went back to Python 3.10

This commit is contained in:
Mawoka
2023-01-29 13:21:13 +01:00
parent f01d2292d3
commit ac86c9e782
4 changed files with 258 additions and 249 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.10-slim
COPY Pipfile* /app/
WORKDIR /app/