Browse Source

⬆️ Upgrade Python version in Docker images for GitHub Actions (#10350)

pull/10058/head
Sebastián Ramírez 2 years ago
committed by GitHub
parent
commit
d0b17dd49c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/actions/comment-docs-preview-in-pr/Dockerfile
  2. 2
      .github/actions/notify-translations/Dockerfile

2
.github/actions/comment-docs-preview-in-pr/Dockerfile

@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.9
RUN pip install httpx "pydantic==1.5.1" pygithub

2
.github/actions/notify-translations/Dockerfile

@ -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"

Loading…
Cancel
Save