Skip to content
Closed
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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Updating the dev container image from version 2 to 5 is a major upgrade that introduces a high risk of breaking the development environment. Major version changes in the devcontainers/universal image often involve OS upgrades (e.g., from Debian 11 to 12) and changes to pre-installed software versions. This can lead to dependency conflicts with packages in requirements.txt or other runtime errors, potentially blocking development workflows.

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