Skip to content

Commit 6bed03b

Browse files
committed
Remove args
1 parent 8ac3bca commit 6bed03b

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

src/javascript-node/.devcontainer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"name": "Node.js",
33
"build": {
4-
"dockerfile": "Dockerfile",
5-
// Update 'VARIANT' to pick a Node version: 18, 16, 14.
6-
// Append -bullseye or -buster to pin to an OS version.
7-
// Use -bullseye variants on local arm64/Apple Silicon.
8-
"args": { "VARIANT": "16-bullseye" }
4+
"dockerfile": "Dockerfile"
95
},
106
"features": {
117
"ghcr.io/devcontainers/features/common-utils:1": {

src/typescript-node/.devcontainer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{
22
"name": "Node.js & TypeScript",
33
"build": {
4-
"dockerfile": "Dockerfile",
5-
// Update 'VARIANT' to pick a Node version: 18, 16, 14.
6-
// Append -bullseye or -buster to pin to an OS version.
7-
// Use -bullseye variants on local on arm64/Apple Silicon.
8-
"args": {
9-
"VARIANT": "16-bullseye"
10-
}
4+
"dockerfile": "Dockerfile"
115
},
126

137
// Configure tool-specific properties.

0 commit comments

Comments
 (0)