aboutsummaryrefslogtreecommitdiff
path: root/src/sshd/devcontainer-feature.json
diff options
context:
space:
mode:
authorEljo George <eljog@github.com>2023-03-10 23:27:28 +0300
committerGitHub <noreply@github.com>2023-03-10 23:27:28 +0300
commit1449f416a0d5c65fbd7e7bfac041eb43f1ecd98d (patch)
treef7b289200f7f5527e50998f3df3a10993d4b36a2 /src/sshd/devcontainer-feature.json
parentadf7240a7cfbaecfb84597359843212a870f6682 (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.json2
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.",