File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ TUwLP4n7pK4J2sCIs6fRD5kEYms4BnddXeRuI2fGZHGH70Ci/Q==
58
58
-----END RSA PRIVATE KEY-----
59
59
"@
60
60
61
- $global :GITLFSVERSION = ' 3.5.1 '
61
+ $global :GITLFSVERSION = ' 3.6.0 '
62
62
63
63
Cleanup($global :CONTAINERNAME )
64
64
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ ENV WindowsPATH="C:\Windows\system32;C:\Windows"
77
77
ENV PATH="${WindowsPATH};${ProgramFiles}\P owerShell;${JAVA_HOME}\b in;C:\m ingit\c md"
78
78
79
79
# Install git-lfs
80
- ARG GIT_LFS_VERSION=3.5.1
80
+ ARG GIT_LFS_VERSION=3.6.0
81
81
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
82
82
$url = $('https://github.com/git-lfs/git-lfs/releases/download/v{0}/git-lfs-windows-amd64-v{0}.zip' -f $env:GIT_LFS_VERSION) ; `
83
83
Write-Host "Retrieving $url..." ; `
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
67
67
Remove-Item mingit.zip -Force
68
68
69
69
# Install git-lfs
70
- ARG GIT_LFS_VERSION=3.5.1
70
+ ARG GIT_LFS_VERSION=3.6.0
71
71
RUN $CurrentPath = (Get-Itemproperty -path 'hklm:\s ystem\c urrentcontrolset\c ontrol\s ession manager\e nvironment' -Name Path).Path ; `
72
72
$NewPath = $CurrentPath + ';{0}\b in;C:\m ingit\c md' -f $env:JAVA_HOME ; `
73
73
Set-ItemProperty -path 'hklm:\s ystem\c urrentcontrolset\c ontrol\s ession manager\e nvironment' -Name Path -Value $NewPath ; `
You can’t perform that action at this time.
0 commit comments