From 027639c9c39dc8db9babd007da62480e0d779afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Sun, 14 Dec 2025 10:45:59 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.devcontainer/devcontainer?= =?UTF-8?q?.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 488918d..92e7cde 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "DevContainerExample", - "image": "devstar.cn/devstar/dev-container:latest", + "image": "mcr.microsoft.com/devcontainers/base:dev-ubuntu-20.04", "postCreateCommand": "gcc -v", "customizations": { "vscode": {