File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ RUN $javaMajorVersion = $env:JAVA_HOME.Substring($env:JAVA_HOME.Length - 2); `
6161
6262# Install git
6363ARG GIT_VERSION=2.51.0
64- ARG GIT_PATCH_VERSION=1
64+ ARG GIT_PATCH_VERSION=2
6565RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
6666 # The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
6767 if($env:GIT_PATCH_VERSION -eq 1) { $url = $('https://github.com/git-for-windows/git/releases/download/v{0}.windows.{1}/MinGit-{0}-64-bit.zip' -f $env:GIT_VERSION, $env:GIT_PATCH_VERSION); } `
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ USER ContainerAdministrator
5656
5757# Install git
5858ARG GIT_VERSION=2.51.0
59- ARG GIT_PATCH_VERSION=1
59+ ARG GIT_PATCH_VERSION=2
6060RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
6161 # The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
6262 if($env:GIT_PATCH_VERSION -eq 1) { $url = $('https://github.com/git-for-windows/git/releases/download/v{0}.windows.{1}/MinGit-{0}-64-bit.zip' -f $env:GIT_VERSION, $env:GIT_PATCH_VERSION); } `
You can’t perform that action at this time.
0 commit comments