Skip to content

Commit

Permalink
adds "bookworm" options
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Oct 18, 2023
1 parent 7aa1d9f commit 550af07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/dotnet-mssql/devcontainer-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
"proposals": [
"7.0",
"6.0",
"7.0-bookworm",
"6.0-bookworm",
"7.0-bullseye",
"6.0-bullseye",
"7.0-jammy",
"6.0-jammy",
"6.0-focal"
],
"default": "7.0"
"default": "7.0-bullseye"
}
},
"platforms": [
Expand Down
4 changes: 3 additions & 1 deletion src/dotnet-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
"proposals": [
"7.0",
"6.0",
"7.0-bookworm",
"6.0-bookworm",
"7.0-bullseye",
"6.0-bullseye",
"7.0-jammy",
"6.0-jammy",
"6.0-focal"
],
"default": "7.0"
"default": "7.0-bullseye"
}
},
"platforms": [
Expand Down
4 changes: 3 additions & 1 deletion src/dotnet/devcontainer-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
"proposals": [
"7.0",
"6.0",
"7.0-bookworm",
"6.0-bookworm",
"7.0-bullseye",
"6.0-bullseye",
"7.0-jammy",
"6.0-jammy",
"6.0-focal"
],
"default": "7.0"
"default": "7.0-bullseye"
}
},
"platforms": [
Expand Down

0 comments on commit 550af07

Please sign in to comment.