Skip to content

Commit 68118b7

Browse files
authored
Update Python image version in devcontainer.json
1 parent e0b2f32 commit 68118b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Creating-Mini-Game-with-GitHub-Copilot/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Python 3",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/python:0-3.12",
6+
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.13-bookworm",
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
// "features": {},

0 commit comments

Comments
 (0)