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 fd23cf8 commit a93446fCopy full SHA for a93446f
windows/nanoserver/Dockerfile
@@ -61,7 +61,7 @@ RUN $javaMajorVersion = $env:JAVA_HOME.Substring($env:JAVA_HOME.Length - 2); `
61
62
# Install git
63
ARG GIT_VERSION=2.50.0
64
-ARG GIT_PATCH_VERSION=1
+ARG GIT_PATCH_VERSION=2
65
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
66
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
67
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