Skip to content

Commit 540e144

Browse files
authored
Update devcontainer to Ubuntu noble base image (microsoft#2159)
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.
1 parent cf1cff1 commit 540e144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2-
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
33
{
44
"name": "qsharp",
5-
"image": "mcr.microsoft.com/devcontainers/cpp",
5+
"image": "mcr.microsoft.com/devcontainers/base:noble",
66
"features": {
77
"ghcr.io/devcontainers/features/python:1": {},
88
"ghcr.io/devcontainers/features/node:1": {

0 commit comments

Comments
 (0)