File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 33{
44 "name" : " nolebase-integrations" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/typescript-node:2-22-bookworm" ,
6+ // https://github.com/devcontainers/images/tree/main/src/base-ubuntu
7+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu" ,
78
89 // Features to add to the dev container. More info: https://containers.dev/features.
910 "features" : {
10- "ghcr.io/devcontainers-contrib/features/pnpm:2" : {}
11+ // https://github.com/devcontainers/features/blob/main/src/node/README.md
12+ "ghcr.io/devcontainers/features/node:1" : {
13+ "version" : " lts" ,
14+ "pnpmVersion" : " latest"
15+ }
1116 },
1217
1318 // Use 'forwardPorts' to make a list of ports inside the container available locally.
You can’t perform that action at this time.
0 commit comments