Skip to content

Commit 13b2881

Browse files
committed
🔨 更新开发容器名称和基础镜像为 Ubuntu
1 parent cdf3b6e commit 13b2881

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
@@ -1,6 +1,6 @@
11
{
2-
"name": "Default Linux Universal",
3-
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
2+
"name": "Ubuntu",
3+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
44
"features": {
55
"ghcr.io/jsburckhardt/devcontainer-features/uv:1": {}
66
},

0 commit comments

Comments
 (0)