mirror of https://github.com/tiangolo/fastapi.git
🐳 Update Dockerfile with compatibility versions, to upgrade later (#9998)
This commit is contained in:
parent
3829129245
commit
89537a0497
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.11
|
FROM python:3.9
|
||||||
|
|
||||||
RUN pip install httpx PyGithub "pydantic==2.0.2" pydantic-settings "pyyaml>=5.3.1,<6.0.0"
|
RUN pip install httpx PyGithub "pydantic==2.0.2" pydantic-settings "pyyaml>=5.3.1,<6.0.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue