aboutsummaryrefslogtreecommitdiff
path: root/src/sshd
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-01-10 01:48:41 +0300
committerGitHub <noreply@github.com>2023-01-10 01:48:41 +0300
commit04143e31ff4ef64f44603492a4052fe7b03de7bd (patch)
tree718d49561cb2291fd9d1b3492cc7fba4e8f750fd /src/sshd
parenta9a7a25d60585ce2145374ec6825cbdc7f16cb90 (diff)
Options: Switch from 'enum' to 'proposals' (#382)
Diffstat (limited to 'src/sshd')
-rw-r--r--src/sshd/devcontainer-feature.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sshd/devcontainer-feature.json b/src/sshd/devcontainer-feature.json
index b8b7bad..696a23b 100644
--- a/src/sshd/devcontainer-feature.json
+++ b/src/sshd/devcontainer-feature.json
@@ -1,13 +1,13 @@
{
"id": "sshd",
- "version": "1.0.6",
+ "version": "1.0.7",
"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.",
"options": {
"version": {
"type": "string",
- "enum": [
+ "proposals": [
"latest"
],
"default": "latest",