Bump to 0.191.0

This commit is contained in:
Chuck Lantz
2021-08-13 16:07:39 +00:00
committed by GitHub
parent 40c1be6e65
commit 4b1f878c34
2 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/python-3
{
"name": "Python 3",
"build": {
@@ -9,7 +9,6 @@
// Update 'VARIANT' to pick a Python version: 3, 3.6, 3.7, 3.8, 3.9
"VARIANT": "3",
// Options
"INSTALL_NODE": "true",
"NODE_VERSION": "lts/*"
}
},