We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847d28a commit 49a85daCopy full SHA for 49a85da
.devcontainer/Dockerfile
@@ -2,7 +2,7 @@
2
3
# [Choice] Python version
4
ARG VARIANT="3.13"
5
-FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
+FROM mcr.microsoft.com/vscode/devcontainers/python:1-${VARIANT}
6
7
# [Option] Install Node.js
8
ARG INSTALL_NODE="false"
0 commit comments