Skip to content

Commit

Permalink
chore: changed lines [43] of file "/tmp/updatecli/github/jenkinsci/do...
Browse files Browse the repository at this point in the history
... cker-ssh-agent/windows/nanoserver-ltsc2019/Dockerfile"

Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Aug 28, 2023
1 parent 0ce8c9c commit 47a1187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/nanoserver-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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); } `
Expand Down

0 comments on commit 47a1187

Please sign in to comment.