diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-01-10 01:48:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 01:48:41 +0300 |
commit | 04143e31ff4ef64f44603492a4052fe7b03de7bd (patch) | |
tree | 718d49561cb2291fd9d1b3492cc7fba4e8f750fd /src/git-lfs/devcontainer-feature.json | |
parent | a9a7a25d60585ce2145374ec6825cbdc7f16cb90 (diff) |
Options: Switch from 'enum' to 'proposals' (#382)
Diffstat (limited to 'src/git-lfs/devcontainer-feature.json')
-rw-r--r-- | src/git-lfs/devcontainer-feature.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git-lfs/devcontainer-feature.json b/src/git-lfs/devcontainer-feature.json index 7916ea1..a301a64 100644 --- a/src/git-lfs/devcontainer-feature.json +++ b/src/git-lfs/devcontainer-feature.json @@ -1,13 +1,13 @@ { "id": "git-lfs", - "version": "1.0.5", + "version": "1.0.6", "name": "Git Large File Support (LFS)", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/git-lfs", "description": "Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl.", "options": { "version": { "type": "string", - "enum": [ + "proposals": [ "latest", "none" ], |