From ef011e0d9e2e2bbc87c36a0d2cd35058c132e4ff Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 11:26:59 +0000 Subject: [PATCH 1/2] 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 cf04748e..03b4bb9c 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.40.1 +ARG GIT_VERSION=2.41.0 ARG GIT_PATCH_VERSION=1 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` $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 dae56805cc07d9ac4ec25275d9f1c1c437455609 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 11:27:00 +0000 Subject: [PATCH 2/2] 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 c1f4a738..b204f22e 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.40.1 +ARG GIT_VERSION=2.41.0 ARG GIT_PATCH_VERSION=1 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` $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) ; `