Bump to 0.191.0

This commit is contained in:
Chuck Lantz
2021-08-13 16:07:28 +00:00
committed by GitHub
parent e212623164
commit c94a265faf
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"name": "Node.js",
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
// Update 'VARIANT' to pick a Node version: 12, 14, 16
"args": { "VARIANT": "14" }
},