diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-12-14 01:09:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 01:09:16 +0300 |
commit | 7fa90110d762797cc0b1c2fe8fcc028c9b813d56 (patch) | |
tree | f466cd7d4b6ae326f0740829506b8ee837c35daa /src/git/devcontainer-feature.json | |
parent | baf47e22b0c3dc5b418ac57aae2e750d14bbc9a3 (diff) |
Git: Build from source with USE_LIBPCRE (#331)
Diffstat (limited to 'src/git/devcontainer-feature.json')
-rw-r--r-- | src/git/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/devcontainer-feature.json b/src/git/devcontainer-feature.json index ef2b856..a8ea798 100644 --- a/src/git/devcontainer-feature.json +++ b/src/git/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "git", - "version": "1.0.5", + "version": "1.1.0", "name": "Git (from source)", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/git", "description": "Install an up-to-date version of Git, built from source as needed. Useful for when you want the latest and greatest features. Auto-detects latest stable version and installs needed dependencies.", |