Skip to content

Commit 552b391

Browse files
committed
docker: user wildcard minor ppa git version to overcome updates
Fix #219
1 parent 3accfcd commit 552b391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -f /.dockerenv ]; then
1717
apt install -y software-properties-common
1818
add-apt-repository -y ppa:git-core/ppa
1919
$sudo apt update
20-
git=git=1:2.36.0-0ppa1~ubuntu20.04.1
20+
git='git=1:2.36.*'
2121
else
2222
git=git
2323
fi

0 commit comments

Comments
 (0)