Skip to content

Conversation

Harmanpreet-Microsoft
Copy link
Contributor

Purpose

This pull request updates the base image used in the .devcontainer/Dockerfile to improve compatibility and maintainability.

Docker image update:

  • Changed the base image from mcr.microsoft.com/devcontainers/python:3.11 to mcr.microsoft.com/devcontainers/python:1-3.11-bookworm in .devcontainer/Dockerfile to ensure the development container uses the latest Bookworm variant with Python 3.11.
  • ...

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

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.

1 participant