This commit is contained in:
Chuck Lantz 2021-12-14 13:26:49 -08:00 коммит произвёл GitHub
Родитель a945d8c4a1
Коммит 7d638312db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -94,8 +94,8 @@ Given how frequently ASP.NET applications use Node.js for front end code, this c
```yaml
args:
VARIANT: "3.1"
NODE_VERSION: "14" # Set to "none" to skip Node.js installation
VARIANT: "3.1-focal"
NODE_VERSION: "16" # Set to "none" to skip Node.js installation
```
If you would like to install the Azure CLI, you can reference [a dev container feature](https://aka.ms/vscode-remote/containers/dev-container-features) by adding the following to `.devcontainer/devcontainer.json`: