1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

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

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"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]