Skip to content

Commit

Permalink
Update devcontainer to Ubuntu noble base image (#2159)
Browse files Browse the repository at this point in the history
This updates the repo's devcontainer to use a base image with a newer
Ubuntu version making it more compatible out of the box with our build
tooling requirements and installable published packages.
  • Loading branch information
swernli authored Feb 7, 2025
1 parent cf1cff1 commit 540e144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
{
"name": "qsharp",
"image": "mcr.microsoft.com/devcontainers/cpp",
"image": "mcr.microsoft.com/devcontainers/base:noble",
"features": {
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers/features/node:1": {
Expand Down

0 comments on commit 540e144

Please sign in to comment.