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 b896256 commit dbc686bCopy full SHA for dbc686b
.devcontainer/Dockerfile
@@ -1,7 +1,7 @@
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/python-3/.devcontainer/base.Dockerfile
2
3
# [Choice] Python version
4
-ARG VARIANT="3.12"
+ARG VARIANT="3.13"
5
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
6
7
# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
0 commit comments