Skip to content

Commit c954b8d

Browse files
authored
Update devcontainer.json
1 parent a9e148f commit c954b8d

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"features": {
99
"ghcr.io/devcontainers/features/node:1": {
1010
"nodeGypDependencies": true,
11-
"version": "16"
11+
"version": "22"
12+
},
13+
"ghcr.io/devcontainers/features/sshd:1": {
14+
"version": "latest"
1215
}
1316
},
1417
"customizations": {
@@ -23,14 +26,6 @@
2326
}
2427
},
2528
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@5.0.348 -g && learnpack plugins:install @learnpack/python@1.0.6"
26-
27-
// Features to add to the dev container. More info: https://containers.dev/features.
28-
// "features": {
29-
"ghcr.io/devcontainers/features/sshd:1": {
30-
"version": "latest"
31-
}
32-
},
33-
3429
// Use 'forwardPorts' to make a list of ports inside the container available locally.
3530
// "forwardPorts": [],
3631

0 commit comments

Comments
 (0)