diff options
author | Richard Höchenberger <richard.hoechenberger@gmail.com> | 2023-10-18 02:45:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 02:45:04 +0300 |
commit | 1155a9906b3324617d3e491f2f01b0175e43b522 (patch) | |
tree | 219c7230001f3db7cf21a572553a97e5c4a59ef9 /src/git/devcontainer-feature.json | |
parent | 36a3604b90762307dddd1ff2b89387f84b6ec66c (diff) |
Try connecting to Ubuntu keyserver on port 80 if default HKP port fails (#722)feature_ruby_1.1.2feature_python_1.3.1feature_powershell_1.1.1feature_kubectl-helm-minikube_1.1.5feature_github-cli_1.0.11feature_git_1.1.6feature_git-lfs_1.1.1
* Try Ubuntu keyserver on port 80 if default HKP port fails
Closes #719
Closes #717
* Bump feature versions
---------
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
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 23e1c04..8cbca6c 100644 --- a/src/git/devcontainer-feature.json +++ b/src/git/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "git", - "version": "1.1.5", + "version": "1.1.6", "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.", |