diff options
Diffstat (limited to 'src/sshd')
-rw-r--r-- | src/sshd/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sshd/README.md b/src/sshd/README.md index 511659e..5245d68 100644 --- a/src/sshd/README.md +++ b/src/sshd/README.md @@ -7,9 +7,7 @@ Adds a SSH server into a container so that you can use an external terminal, sft ```json "features": { - "ghcr.io/devcontainers/features/sshd:1": { - "version": "latest" - } + "ghcr.io/devcontainers/features/sshd:1": {} } ``` |