Skip to content

Commit e2a8355

Browse files
feat: change image to ubuntu jammy
1 parent 1df13b0 commit e2a8355

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "Python 3",
3-
"image": "mcr.microsoft.com/devcontainers/python:3.13",
3+
"image": "mcr.microsoft.com/devcontainers/base:jammy",
44
"features": {
5+
"ghcr.io/devcontainers/features/python:1": {
6+
"version": "3.13"
7+
},
58
"ghcr.io/devcontainers/features/github-cli:1": {}
69
},
710
"forwardPorts": [8000],

0 commit comments

Comments
 (0)