Update devcontainer to Python 3.9 (#50778)

This commit is contained in:
Joakim Sørensen 2021-05-17 16:54:14 +02:00 committed by GitHub
parent 8dc8e885c8
commit c8486879ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.8
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.9
SHELL ["/bin/bash", "-o", "pipefail", "-c"]