Skip to content

Commit

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

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

0 comments on commit dae5680

Please sign in to comment.