Skip to content

Commit 30a6e05

Browse files
authored
chore: update devcontainer.json (#523)
1 parent ac7dde3 commit 30a6e05

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
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.

0 commit comments

Comments
 (0)