Skip to content

Commit 00b71b5

Browse files
authored
⬆️ Upgrade packages to the last version that supports Python 3.6 (#207)
1 parent 4d13ca6 commit 00b71b5

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docker-images/python3.6-alpine3.8.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM tiangolo/uvicorn-gunicorn:python3.6-alpine3.8
22

33
LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"
44

5+
RUN pip install --upgrade pip
56
COPY requirements.txt /tmp/requirements.txt
67
RUN pip install --no-cache-dir -r /tmp/requirements.txt
78

docker-images/python3.6.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM tiangolo/uvicorn-gunicorn:python3.6
22

33
LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"
44

5+
RUN pip install --upgrade pip
56
COPY requirements.txt /tmp/requirements.txt
67
RUN pip install --no-cache-dir -r /tmp/requirements.txt
78

docker-images/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
uvicorn[standard]==0.15.0
1+
uvicorn[standard]==0.16.0
22
gunicorn==20.1.0
3-
fastapi==0.68.1
3+
fastapi==0.83.0

0 commit comments

Comments
 (0)