Skip to content

Commit ff481cd

Browse files
authored
Update devcontainer image and Python feature version
1 parent e52d617 commit ff481cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
{
44
"name": "GitHub Copilot for Azure",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/universal:2",
6+
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.13-bookworm",
77
"features": {
88
"ghcr.io/devcontainers/features/powershell:1": {},
99
"ghcr.io/devcontainers/features/common-utils:2": {},
10-
"ghcr.io/devcontainers/features/python:2": {},
10+
"ghcr.io/devcontainers/features/python:3": {},
1111
"ghcr.io/devcontainers/features/node:1": {}
1212
},
1313
"hostRequirements": {

0 commit comments

Comments
 (0)