We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58c3b4 commit 96791e6Copy full SHA for 96791e6
1 file changed
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "SSHKey Tools Devcontainer",
3
- "image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye",
+ "image": "mcr.microsoft.com/devcontainers/python:3-3",
4
"features": {
5
"ghcr.io/devcontainers-contrib/features/coverage-py:2": {}
6
},
@@ -10,8 +10,8 @@
10
"scheiblingco.code-pypack",
11
"scheiblingco.scheiblingco-default"
12
]
13
- },
+ }
14
15
"onCreateCommand": "curl https://pyenv.run | bash",
16
"postStartCommand": "pyenv init"
17
-}
+}
0 commit comments