From 2db373f54a35d6eaf3b780554a56b9196ff2282c Mon Sep 17 00:00:00 2001 From: Abdussamet Kocak Date: Fri, 31 Mar 2023 16:42:07 +0200 Subject: [PATCH] chore: Upgrade python --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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