Skip to content

Commit

Permalink
chore(devcontainer): remove variant arg since it's hardcoded in docke…
Browse files Browse the repository at this point in the history
…rfile
  • Loading branch information
venkatamutyala authored Apr 9, 2024
1 parent 548ceb1 commit b307fe9
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 @@ -3,10 +3,10 @@
{
"name": "Ubuntu",
"build": {
"dockerfile": "Dockerfile",
"dockerfile": "Dockerfile"
// Update 'VARIANT' to pick an Ubuntu version: jammy / ubuntu-22.04, focal / ubuntu-20.04, bionic /ubuntu-18.04
// Use ubuntu-22.04 or ubuntu-18.04 on local arm64/Apple Silicon.
"args": { "VARIANT": "ubuntu-22.04" }

},

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

0 comments on commit b307fe9

Please sign in to comment.