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 ebdf348 commit 5789e8cCopy full SHA for 5789e8c
windows/nanoserver/Dockerfile
@@ -60,7 +60,7 @@ RUN $javaMajorVersion = $env:JAVA_HOME.Substring($env:JAVA_HOME.Length - 2); `
60
New-Item -Path "C:\jdk-${javaMajorVersion}" -ItemType SymbolicLink -Value "${env:JAVA_HOME}"
61
62
# Install git
63
-ARG GIT_VERSION=2.50.0
+ARG GIT_VERSION=2.50.1
64
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)
0 commit comments