Skip to content

Commit dd47d13

Browse files
Bump git-lfs version on Windows to 3.7.0 (#526)
* chore: Update the `git-lfs` Windows version in tests Made with ❤️️ by updatecli * chore: Update the `git-lfs` Windows version for Windows Nanoserver Made with ❤️️ by updatecli * chore: Update the `git-lfs` Windows version for Windows Core Server Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2e8f51 commit dd47d13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/sshAgent.Tests.ps1

Lines changed: 1 addition & 1 deletion
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.6.1'
61+
$global:GITLFSVERSION = '3.7.0'
6262

6363
Cleanup($global:CONTAINERNAME)
6464

windows/nanoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
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.6.1
80+
ARG GIT_LFS_VERSION=3.7.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

Lines changed: 1 addition & 1 deletion
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.6.1
70+
ARG GIT_LFS_VERSION=3.7.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)