diff --git a/Dockerfile b/Dockerfile index 7a24767..5272e96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +ENV PYTHONUNBUFFERED=1