chore: Upgrade python

This commit is contained in:
2023-03-31 16:42:07 +02:00
parent b7bf1d8c98
commit 2db373f54a
+2 -2
View File
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.11
WORKDIR /app
COPY ./install.sh ./requirements.txt ./
@@ -9,4 +9,4 @@ COPY ./core ./core
ENTRYPOINT ["uvicorn", "--host", "0.0.0.0", "--port", "8000", "app.app:app"]
EXPOSE 8000
ENV PYTHONUNBUFFERED=1
ENV PYTHONUNBUFFERED=1