From 1449f416a0d5c65fbd7e7bfac041eb43f1ecd98d Mon Sep 17 00:00:00 2001 From: Eljo George Date: Fri, 10 Mar 2023 12:27:28 -0800 Subject: Remove duplicate env var sourcing for codespaces (#481) * Remove duplicate env var sourcing for codespaces --- src/sshd/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sshd/devcontainer-feature.json') 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.", -- cgit v1.2.3