Skip to content

fix: dev to main merge - #1160

Merged
Prajwal-Microsoft merged 2 commits into
mainfrom
dev
Sep 22, 2026
Merged

Prajwal-Microsoft merged 2 commits into
mainfrom
dev

Conversation

@Dhruvkumar-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This pull request makes a minor update to the development container configuration by switching the base image from Debian Bullseye to Debian Bookworm. This change ensures the devcontainer uses a more recent and supported operating system variant.

  • Updated the .devcontainer/Dockerfile to use the python:3.11-bookworm base image instead of python:3.11-bullseye.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot review overview

🟢 Approval recommended

The isolated base-image update is consistent with the repository’s existing Bookworm images and introduces no apparent issues.

Review effort: Lite
Findings: None

What changed in this PR

Updates the development container to use Debian Bookworm for a newer supported base image.

Changes:

  • Replaced the Bullseye-based Python image with the Bookworm variant.
File Description
.devcontainer/​Dockerfile Updates the devcontainer base image to Python 3.11 Bookworm.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@Prajwal-Microsoft
Prajwal-Microsoft merged commit c10216e into main Sep 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants