Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit c315397

Browse files
committed
update devcontainer
1 parent 57b1f9d commit c315397

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
// Features to add to the dev container. More info: https://containers.dev/features.
1010
"features": {
11-
"ghcr.io/devcontainers/features/node:1": {}
11+
"ghcr.io/devcontainers/features/node:1": {
12+
"version": "21.6.1"
13+
},
14+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
1215
}
1316

1417
// Use 'forwardPorts' to make a list of ports inside the container available locally.

0 commit comments

Comments
 (0)