Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark authored Oct 30, 2024
1 parent bb1d440 commit 795530c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"name": "Node.js",
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 16, 14, 12.
// Update 'VARIANT' to pick a Node version: 20, 18.
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local arm64/Apple Silicon.
"args": {"VARIANT": "22"}
"args": {"VARIANT": "20"}
},

// Set *default* container specific settings.json values on container create.
Expand Down

0 comments on commit 795530c

Please sign in to comment.