Skip to content

Commit 96791e6

Browse files
authored
Fix devcontainer config
1 parent a58c3b4 commit 96791e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SSHKey Tools Devcontainer",
3-
"image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye",
3+
"image": "mcr.microsoft.com/devcontainers/python:3-3",
44
"features": {
55
"ghcr.io/devcontainers-contrib/features/coverage-py:2": {}
66
},
@@ -10,8 +10,8 @@
1010
"scheiblingco.code-pypack",
1111
"scheiblingco.scheiblingco-default"
1212
]
13-
},
13+
}
1414
},
1515
"onCreateCommand": "curl https://pyenv.run | bash",
1616
"postStartCommand": "pyenv init"
17-
}
17+
}

0 commit comments

Comments
 (0)