Skip to content

Commit b4002da

Browse files
Update Ubuntu PPA GPG key fingerprint (#1368)
* fix(git): update Ubuntu PPA GPG key fingerprint * Bump version --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
1 parent f1ae9da commit b4002da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/git/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "git",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"name": "Git (from source)",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/git",
66
"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.",

src/git/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
GIT_VERSION=${VERSION} # 'system' checks the base image first, else installs 'latest'
1111
USE_PPA_IF_AVAILABLE=${PPA}
1212

13-
GIT_CORE_PPA_ARCHIVE_GPG_KEY=E1DD270288B4E6030699E45FA1715D88E1DF1F24
13+
GIT_CORE_PPA_ARCHIVE_GPG_KEY=F911AB184317630C59970973E363C90F8F1B6217
1414

1515
if [ "$(id -u)" -ne 0 ]; then
1616
echo -e 'Script must be run as root. Use sudo, su, or add "USER root" to your Dockerfile before running this script.'

0 commit comments

Comments
 (0)