Skip to content

Commit 9640ddd

Browse files
authored
Merge pull request #1006 from jenkinsci/revert-1001-updatecli_master_a9b520a64e19715d0db64eef4d745f71c310e6ce8883f842e49b6fe6ca7451aa
Revert Git version on Windows from `2.50.0.windows.1` to `2.49.0.windows.1`
2 parents 8ca91bd + 70be157 commit 9640ddd

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
@@ -56,7 +56,7 @@ COPY --from=pwsh-source $PSHOME $PSHOME
5656
SHELL ["pwsh.exe", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
5757
USER ContainerAdministrator
5858

59-
ARG GIT_VERSION=2.50.0
59+
ARG GIT_VERSION=2.49.0
6060
ARG GIT_PATCH_VERSION=1
6161
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
6262
# 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
@@ -48,7 +48,7 @@ COPY --from=jdk-core $JAVA_HOME $JAVA_HOME
4848

4949
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
5050

51-
ARG GIT_VERSION=2.50.0
51+
ARG GIT_VERSION=2.49.0
5252
ARG GIT_PATCH_VERSION=1
5353
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
5454
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)

0 commit comments

Comments
 (0)