We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055b294 commit fd23cf8Copy full SHA for fd23cf8
windows/windowsservercore/Dockerfile
@@ -56,7 +56,7 @@ USER ContainerAdministrator
56
57
# Install git
58
ARG GIT_VERSION=2.50.0
59
-ARG GIT_PATCH_VERSION=1
+ARG GIT_PATCH_VERSION=2
60
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
61
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
62
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); } `
0 commit comments