We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52d617 commit ff481cdCopy full SHA for ff481cd
.devcontainer/devcontainer.json
@@ -3,11 +3,11 @@
3
{
4
"name": "GitHub Copilot for Azure",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/universal:2",
+ "image": "mcr.microsoft.com/vscode/devcontainers/python:3.13-bookworm",
7
"features": {
8
"ghcr.io/devcontainers/features/powershell:1": {},
9
"ghcr.io/devcontainers/features/common-utils:2": {},
10
- "ghcr.io/devcontainers/features/python:2": {},
+ "ghcr.io/devcontainers/features/python:3": {},
11
"ghcr.io/devcontainers/features/node:1": {}
12
},
13
"hostRequirements": {
0 commit comments