Skip to content

Commit 01623c2

Browse files
Bump git-lfs version on Windows to 3.6.1 (#930)
* chore: Update the `git-lfs` Windows version for Windows Core Server Made with ❤️️ by updatecli * 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 --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bd7ffbe commit 01623c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/agent.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if ($global:WINDOWSFLAVOR -eq 'nanoserver') {
2828
$global:CONTAINERSHELL = 'pwsh.exe'
2929
}
3030

31-
$global:GITLFSVERSION = '3.6.0'
31+
$global:GITLFSVERSION = '3.6.1'
3232

3333
# # Uncomment to help debugging when working on this script
3434
# Write-Host "= DEBUG: global vars"

windows/nanoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ENV ProgramFiles="C:\Program Files" `
7272
JAVA_HOME="${JAVA_HOME}"
7373
ENV PATH="${WindowsPATH};${ProgramFiles}\PowerShell;${JAVA_HOME}\bin;C:\mingit\cmd"
7474

75-
ARG GIT_LFS_VERSION=3.6.0
75+
ARG GIT_LFS_VERSION=3.6.1
7676
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
7777
$url = $('https://github.com/git-lfs/git-lfs/releases/download/v{0}/git-lfs-windows-amd64-v{0}.zip' -f $env:GIT_LFS_VERSION) ; `
7878
Write-Host "Retrieving $url..." ; `

windows/windowsservercore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN $CurrentPath = (Get-Itemproperty -path 'hklm:\system\currentcontrolset\contr
6464
$NewPath = $CurrentPath + $(';{0}\bin;C:\mingit\cmd' -f $env:JAVA_HOME) ; `
6565
Set-ItemProperty -path 'hklm:\system\currentcontrolset\control\session manager\environment' -Name Path -Value $NewPath
6666

67-
ARG GIT_LFS_VERSION=3.6.0
67+
ARG GIT_LFS_VERSION=3.6.1
6868
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
6969
$url = $('https://github.com/git-lfs/git-lfs/releases/download/v{0}/git-lfs-windows-amd64-v{0}.zip' -f $env:GIT_LFS_VERSION) ; `
7070
Write-Host "Retrieving $url..." ; `

0 commit comments

Comments
 (0)