From 3f5d98a600408be93b15ef004938f91488158e1a Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:08:29 +0000 Subject: [PATCH 1/4] chore: changed lines [42] of file "/tmp/updatecli/github/jenkinsci/do... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cker-ssh-agent/windows/nanoserver-ltsc2019/Dockerfile" Made with ❤️️ by updatecli --- windows/nanoserver-ltsc2019/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/nanoserver-ltsc2019/Dockerfile b/windows/nanoserver-ltsc2019/Dockerfile index 5a61f2a3..9bcabf2e 100644 --- a/windows/nanoserver-ltsc2019/Dockerfile +++ b/windows/nanoserver-ltsc2019/Dockerfile @@ -39,7 +39,7 @@ COPY --from=jdk-core $JAVA_HOME $JAVA_HOME RUN $javaMajorVersion = $env:JAVA_HOME.Substring($env:JAVA_HOME.Length - 2); ` New-Item -Path "C:\jdk-${javaMajorVersion}" -ItemType SymbolicLink -Value "${env:JAVA_HOME}" -ARG GIT_VERSION=2.41.0 +ARG GIT_VERSION=2.42.0 ARG GIT_PATCH_VERSION=3 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` # The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different) From 8c1fa893384435becd766c4db0b551dd16deddbb Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:08:30 +0000 Subject: [PATCH 2/4] chore: changed lines [41] of file "/tmp/updatecli/github/jenkinsci/do... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cker-ssh-agent/windows/windowsservercore-ltsc2019/Dockerfile" Made with ❤️️ by updatecli --- windows/windowsservercore-ltsc2019/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/windowsservercore-ltsc2019/Dockerfile b/windows/windowsservercore-ltsc2019/Dockerfile index 7de28184..e8c3ad6e 100644 --- a/windows/windowsservercore-ltsc2019/Dockerfile +++ b/windows/windowsservercore-ltsc2019/Dockerfile @@ -38,7 +38,7 @@ USER ContainerAdministrator # install git ARG GIT_VERSION=2.41.0 -ARG GIT_PATCH_VERSION=3 +ARG GIT_PATCH_VERSION=1 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` # The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different) if($env:GIT_PATCH_VERSION -eq 1) { $url = $('https://github.com/git-for-windows/git/releases/download/v{0}.windows.{1}/MinGit-{0}-64-bit.zip' -f $env:GIT_VERSION, $env:GIT_PATCH_VERSION); } ` From 0ce8c9c49c07bbff16395302be9e8abd2c0f709a Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:08:31 +0000 Subject: [PATCH 3/4] chore: changed lines [40] of file "/tmp/updatecli/github/jenkinsci/do... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cker-ssh-agent/windows/windowsservercore-ltsc2019/Dockerfile" Made with ❤️️ by updatecli --- windows/windowsservercore-ltsc2019/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/windowsservercore-ltsc2019/Dockerfile b/windows/windowsservercore-ltsc2019/Dockerfile index e8c3ad6e..962ba60b 100644 --- a/windows/windowsservercore-ltsc2019/Dockerfile +++ b/windows/windowsservercore-ltsc2019/Dockerfile @@ -37,7 +37,7 @@ ENV JENKINS_AGENT_WORK ${JENKINS_AGENT_WORK} USER ContainerAdministrator # install git -ARG GIT_VERSION=2.41.0 +ARG GIT_VERSION=2.42.0 ARG GIT_PATCH_VERSION=1 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` # The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different) From 47a118725ddc6dfdbb533c08824227aae8004fbe Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:08:32 +0000 Subject: [PATCH 4/4] chore: changed lines [43] of file "/tmp/updatecli/github/jenkinsci/do... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cker-ssh-agent/windows/nanoserver-ltsc2019/Dockerfile" Made with ❤️️ by updatecli --- windows/nanoserver-ltsc2019/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/nanoserver-ltsc2019/Dockerfile b/windows/nanoserver-ltsc2019/Dockerfile index 9bcabf2e..f636cd13 100644 --- a/windows/nanoserver-ltsc2019/Dockerfile +++ b/windows/nanoserver-ltsc2019/Dockerfile @@ -40,7 +40,7 @@ RUN $javaMajorVersion = $env:JAVA_HOME.Substring($env:JAVA_HOME.Length - 2); ` New-Item -Path "C:\jdk-${javaMajorVersion}" -ItemType SymbolicLink -Value "${env:JAVA_HOME}" ARG GIT_VERSION=2.42.0 -ARG GIT_PATCH_VERSION=3 +ARG GIT_PATCH_VERSION=1 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` # The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different) if($env:GIT_PATCH_VERSION -eq 1) { $url = $('https://github.com/git-for-windows/git/releases/download/v{0}.windows.{1}/MinGit-{0}-64-bit.zip' -f $env:GIT_VERSION, $env:GIT_PATCH_VERSION); } `