Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"image": "mcr.microsoft.com/devcontainers/universal:5",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

A major version update from 2 to 5 for the dev container image carries a high risk of introducing breaking changes. This could include updates to the underlying OS, changes in pre-installed tool versions, or removal of packages, potentially disrupting the development workflow. It is highly recommended to build and test the dev container environment thoroughly to validate its functionality before merging this change.

"hostRequirements": {
"cpus": 4
},
Expand Down