diff --git a/scm/Dockerfile b/scm/Dockerfile index ad6287a..74aceac 100644 --- a/scm/Dockerfile +++ b/scm/Dockerfile @@ -9,7 +9,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref # Install Git for Windows x64 CLI #-------------------------------------------------------------------- -ENV GIT_VERSION 2.49.0.1 +ENV GIT_VERSION 2.47.1.2 RUN Install-Git -Version $env:GIT_VERSION;