Skip to content

Commit

Permalink
⬆️ Upgrade packages to the last version that supports Python 3.6 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Nov 25, 2022
1 parent 4d13ca6 commit 00b71b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker-images/python3.6-alpine3.8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM tiangolo/uvicorn-gunicorn:python3.6-alpine3.8

LABEL maintainer="Sebastian Ramirez <[email protected]>"

RUN pip install --upgrade pip
COPY requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt

Expand Down
1 change: 1 addition & 0 deletions docker-images/python3.6.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM tiangolo/uvicorn-gunicorn:python3.6

LABEL maintainer="Sebastian Ramirez <[email protected]>"

RUN pip install --upgrade pip
COPY requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt

Expand Down
4 changes: 2 additions & 2 deletions docker-images/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
uvicorn[standard]==0.15.0
uvicorn[standard]==0.16.0
gunicorn==20.1.0
fastapi==0.68.1
fastapi==0.83.0

0 comments on commit 00b71b5

Please sign in to comment.