fix devcontainer build process

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-30 13:28:06 +02:00
parent 7ad57f65c7
commit 8329aaffc6
6 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"context": "..",
"dockerfile": "containers/dev/devcontainer/Dockerfile",
"args": {
"VARIANT": "1.16",
"VERSION": "1.16",
}
},