File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if ($global:WINDOWSFLAVOR -eq 'nanoserver') {
2828 $global :CONTAINERSHELL = ' pwsh.exe'
2929}
3030
31- $global :GITLFSVERSION = ' 3.5.1 '
31+ $global :GITLFSVERSION = ' 3.6.0 '
3232
3333# # Uncomment to help debugging when working on this script
3434# Write-Host "= DEBUG: global vars"
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ ENV ProgramFiles="C:\Program Files" `
7272 JAVA_HOME="${JAVA_HOME}"
7373ENV PATH="${WindowsPATH};${ProgramFiles}\P owerShell;${JAVA_HOME}\b in;C:\m ingit\c md"
7474
75- ARG GIT_LFS_VERSION=3.5.1
75+ ARG GIT_LFS_VERSION=3.6.0
7676RUN [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..." ; `
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN $CurrentPath = (Get-Itemproperty -path 'hklm:\system\currentcontrolset\contr
6464 $NewPath = $CurrentPath + $(';{0}\b in;C:\m ingit\c md' -f $env:JAVA_HOME) ; `
6565 Set-ItemProperty -path 'hklm:\s ystem\c urrentcontrolset\c ontrol\s ession manager\e nvironment' -Name Path -Value $NewPath
6666
67- ARG GIT_LFS_VERSION=3.5.1
67+ ARG GIT_LFS_VERSION=3.6.0
6868RUN [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..." ; `
You can’t perform that action at this time.
0 commit comments