mirror of https://github.com/tiangolo/fastapi.git
⬆️ Upgrade Python version in Docker images for GitHub Actions (#10350)
This commit is contained in:
parent
d769da3c38
commit
d0b17dd49c
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7
|
FROM python:3.9
|
||||||
|
|
||||||
RUN pip install httpx "pydantic==1.5.1" pygithub
|
RUN pip install httpx "pydantic==1.5.1" pygithub
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7
|
FROM python:3.9
|
||||||
|
|
||||||
RUN pip install httpx PyGithub "pydantic==1.5.1" "pyyaml>=5.3.1,<6.0.0"
|
RUN pip install httpx PyGithub "pydantic==1.5.1" "pyyaml>=5.3.1,<6.0.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue