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 3f3de26 commit 055b294Copy full SHA for 055b294
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.49.0
+ARG GIT_VERSION=2.50.0
64
ARG GIT_PATCH_VERSION=1
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