Bump to 0.191.0

This commit is contained in:
Chuck Lantz
2021-08-13 16:14:28 +00:00
committed by GitHub
parent 7148b6867e
commit 67e233b925
2 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/php
// https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/php
{
"name": "PHP",
"build": {
@@ -7,7 +7,6 @@
"args": {
// Update VARIANT to pick a PHP version: 8, 8.0, 7, 7.4, 7.3
"VARIANT": "7",
"INSTALL_NODE": "true",
"NODE_VERSION": "lts/*"
}
},