diff options
author | Eljo George <eljog@github.com> | 2023-03-10 23:27:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 23:27:28 +0300 |
commit | 1449f416a0d5c65fbd7e7bfac041eb43f1ecd98d (patch) | |
tree | f7b289200f7f5527e50998f3df3a10993d4b36a2 /src/sshd/devcontainer-feature.json | |
parent | adf7240a7cfbaecfb84597359843212a870f6682 (diff) |
Remove duplicate env var sourcing for codespaces (#481)feature_sshd_1.0.9
* Remove duplicate env var sourcing for codespaces
Diffstat (limited to 'src/sshd/devcontainer-feature.json')
-rw-r--r-- | src/sshd/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sshd/devcontainer-feature.json b/src/sshd/devcontainer-feature.json index da1f8a9..a5d464f 100644 --- a/src/sshd/devcontainer-feature.json +++ b/src/sshd/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "sshd", - "version": "1.0.8", + "version": "1.0.9", "name": "SSH server", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/sshd", "description": "Adds a SSH server into a container so that you can use an external terminal, sftp, or SSHFS to interact with it.", |