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 8973d07 commit f315348Copy full SHA for f315348
windows/windowsservercore/Dockerfile
@@ -48,7 +48,7 @@ COPY --from=jdk-core $JAVA_HOME $JAVA_HOME
48
49
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
50
51
-ARG GIT_VERSION=2.51.1
+ARG GIT_VERSION=2.51.2
52
ARG GIT_PATCH_VERSION=1
53
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
54
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
0 commit comments