Skip to content

Commit b56f05f

Browse files
committed
Update devcontainer sshd feature and Learnpack audit versions
1 parent 4fd5f5b commit b56f05f

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
@@ -18,7 +18,11 @@
1818
},
1919

2020
// Features to add to the dev container. More info: https://containers.dev/features.
21-
// "features": {},
21+
// "features": {
22+
"ghcr.io/devcontainers/features/sshd:1": {
23+
"version": "latest"
24+
}
25+
},
2226

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

0 commit comments

Comments
 (0)