Browse Source
🐳 Update Dockerfile with compatibility versions, to upgrade later (#9998)
pull/9999/head
Sebastián Ramírez
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/actions/people/Dockerfile
|
|
@ -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" |
|
|
|
|
|
|
|