Skip to content

Commit 78a7ab2

Browse files
authored
Revert "Bump Git version on Windows to 2.50.0.windows.1" (#527)
1 parent dd47d13 commit 78a7ab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

windows/nanoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN $javaMajorVersion = $env:JAVA_HOME.Substring($env:JAVA_HOME.Length - 2); `
6060
New-Item -Path "C:\jdk-${javaMajorVersion}" -ItemType SymbolicLink -Value "${env:JAVA_HOME}"
6161

6262
# Install git
63-
ARG GIT_VERSION=2.50.0
63+
ARG GIT_VERSION=2.49.0
6464
ARG GIT_PATCH_VERSION=1
6565
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
6666
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)

windows/windowsservercore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ENV JENKINS_AGENT_WORK=${JENKINS_AGENT_WORK}
5555
USER ContainerAdministrator
5656

5757
# Install git
58-
ARG GIT_VERSION=2.50.0
58+
ARG GIT_VERSION=2.49.0
5959
ARG GIT_PATCH_VERSION=1
6060
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
6161
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)

0 commit comments

Comments
 (0)