From 5affbc768d80a5145e7daf8a720e2218d44a4ce5 Mon Sep 17 00:00:00 2001 From: mayeut Date: Wed, 7 Apr 2021 17:21:31 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20update=20git=202.22.0=20=E2=86=92=202.?= =?UTF-8?q?31.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changelog: https://github.com/git/git/blob/master/Documentation/RelNotes/2.31.1.txt --- common.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.docker b/common.docker index 60a6d37..9177445 100644 --- a/common.docker +++ b/common.docker @@ -1,6 +1,6 @@ WORKDIR /usr/src -ARG GIT_VERSION=2.22.0 +ARG GIT_VERSION=2.31.1 ARG CMAKE_VERSION=3.17.1 # Image build scripts