Skip to content

Commit e1a066b

Browse files
authored
Merge pull request #467 from jenkinsci/updatecli_master_0af9fa03de4800958730c0202f9d36787ba56eeddf496e50e546f287dbfa768c
Bump `git-lfs` version on Windows to 3.6.0
2 parents 198b15c + e5e504a commit e1a066b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/sshAgent.Tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ TUwLP4n7pK4J2sCIs6fRD5kEYms4BnddXeRuI2fGZHGH70Ci/Q==
5858
-----END RSA PRIVATE KEY-----
5959
"@
6060

61-
$global:GITLFSVERSION = '3.5.1'
61+
$global:GITLFSVERSION = '3.6.0'
6262

6363
Cleanup($global:CONTAINERNAME)
6464

windows/nanoserver/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ENV WindowsPATH="C:\Windows\system32;C:\Windows"
7777
ENV PATH="${WindowsPATH};${ProgramFiles}\PowerShell;${JAVA_HOME}\bin;C:\mingit\cmd"
7878

7979
# Install git-lfs
80-
ARG GIT_LFS_VERSION=3.5.1
80+
ARG GIT_LFS_VERSION=3.6.0
8181
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
8282
$url = $('https://github.com/git-lfs/git-lfs/releases/download/v{0}/git-lfs-windows-amd64-v{0}.zip' -f $env:GIT_LFS_VERSION) ; `
8383
Write-Host "Retrieving $url..." ; `

windows/windowsservercore/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
6767
Remove-Item mingit.zip -Force
6868

6969
# Install git-lfs
70-
ARG GIT_LFS_VERSION=3.5.1
70+
ARG GIT_LFS_VERSION=3.6.0
7171
RUN $CurrentPath = (Get-Itemproperty -path 'hklm:\system\currentcontrolset\control\session manager\environment' -Name Path).Path ; `
7272
$NewPath = $CurrentPath + ';{0}\bin;C:\mingit\cmd' -f $env:JAVA_HOME ; `
7373
Set-ItemProperty -path 'hklm:\system\currentcontrolset\control\session manager\environment' -Name Path -Value $NewPath ; `

0 commit comments

Comments
 (0)