Skip to content

Commit a9e148f

Browse files
committed
Update devcontainer sshd feature and Learnpack audit versions
1 parent 6fb050e commit a9e148f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@
2525
"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"
2626

2727
// Features to add to the dev container. More info: https://containers.dev/features.
28-
// "features": {},
28+
// "features": {
29+
"ghcr.io/devcontainers/features/sshd:1": {
30+
"version": "latest"
31+
}
32+
},
2933

3034
// Use 'forwardPorts' to make a list of ports inside the container available locally.
3135
// "forwardPorts": [],

0 commit comments

Comments
 (0)