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 @@ -56,7 +56,7 @@ COPY --from=pwsh-source $PSHOME $PSHOME
5656SHELL ["pwsh.exe" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
5757USER ContainerAdministrator
5858
59- ARG GIT_VERSION=2.51.1
59+ ARG GIT_VERSION=2.51.2
6060ARG GIT_PATCH_VERSION=1
6161RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
6262 # 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 @@ -48,7 +48,7 @@ COPY --from=jdk-core $JAVA_HOME $JAVA_HOME
4848
4949SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
5050
51- ARG GIT_VERSION=2.51.1
51+ ARG GIT_VERSION=2.51.2
5252ARG GIT_PATCH_VERSION=1
5353RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
5454 # 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