change to default images

This commit is contained in:
zizifn
2023-03-12 15:40:47 +08:00
committed by zizifn
parent 2c20ee0b87
commit 0dc7f66508
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {},
"postCreateCommand": "npm install"
}