File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN $javaMajorVersion = $env:JAVA_HOME.Substring($env:JAVA_HOME.Length - 2); `
60
60
New-Item -Path "C:\j dk-${javaMajorVersion}" -ItemType SymbolicLink -Value "${env:JAVA_HOME}"
61
61
62
62
# Install git
63
- ARG GIT_VERSION=2.50 .0
63
+ ARG GIT_VERSION=2.49 .0
64
64
ARG GIT_PATCH_VERSION=1
65
65
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
66
66
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ ENV JENKINS_AGENT_WORK=${JENKINS_AGENT_WORK}
55
55
USER ContainerAdministrator
56
56
57
57
# Install git
58
- ARG GIT_VERSION=2.50 .0
58
+ ARG GIT_VERSION=2.49 .0
59
59
ARG GIT_PATCH_VERSION=1
60
60
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
61
61
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
You can’t perform that action at this time.
0 commit comments