Skip to content

Commit

Permalink
chore: .devcontainer use Ubunutu
Browse files Browse the repository at this point in the history
mimalloc error when using Debian dev container
  • Loading branch information
mrjackwills committed Apr 25, 2024
1 parent 31c7a49 commit cbbd554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"args": {
// Use the VARIANT arg to pick a Debian OS version: buster, bullseye
// Use bullseye when on local on arm64/Apple Silicon.
"VARIANT": "bullseye"
"VARIANT": "ubuntu"
}
},
"runArgs": [
Expand Down

0 comments on commit cbbd554

Please sign in to comment.