diff --git a/Dockerfile b/Dockerfile index 8b658ae29785da96d9d26725ce1f5de9c35571f5..b09f2b9b34af544c05adb973d8a531b2e507ebe4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.8 WORKDIR /usr/src/app @@ -9,4 +9,4 @@ COPY . . EXPOSE 8000 -CMD [ "uvicorn", "--host=0.0.0.0", "app.main:app" ] \ No newline at end of file +CMD [ "uvicorn", "--host=0.0.0.0", "app.main:app" ] diff --git a/requirements.txt b/requirements.txt index 820e5ec19c9c4b277160970d079ac354eccecb92..891b3a77be5e762a4807644745d77703e86cbe35 100644 Binary files a/requirements.txt and b/requirements.txt differ