Skip to content

Commit

Permalink
Update devcontainer to Python 3.9 (home-assistant#50778)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored May 17, 2021
1 parent 8dc8e88 commit c848687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -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"]

Expand Down

0 comments on commit c848687

Please sign in to comment.