Bump to 0.191.0

This commit is contained in:
Chuck Lantz
2021-08-13 16:12:30 +00:00
committed by GitHub
parent d917220b73
commit 9981df6a85
2 changed files with 16 additions and 15 deletions

View File

@@ -1,16 +1,16 @@
// 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/java
// https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/java
{
"name": "Java",
"build": {
"dockerfile": "Dockerfile",
"args": {
// Update the VARIANT arg to pick a Java version: 11, 14
// Update the VARIANT arg to pick a Java version: 8, 11, 14
"VARIANT": "11",
// Options
"INSTALL_MAVEN": "true",
"MAVEN_VERSION": "3.6.3",
"INSTALL_GRADLE": "false",
"INSTALL_NODE": "false",
"NODE_VERSION": "lts/*"
}
},