diff --git a/windows/nanoserver-ltsc2019/Dockerfile b/windows/nanoserver-ltsc2019/Dockerfile index 513ce344..0ab0f7d2 100644 --- a/windows/nanoserver-ltsc2019/Dockerfile +++ b/windows/nanoserver-ltsc2019/Dockerfile @@ -50,7 +50,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl Expand-Archive mingit.zip -DestinationPath c:\mingit ; ` Remove-Item mingit.zip -Force -ARG GIT_LFS_VERSION=v3.1.4 +ARG GIT_LFS_VERSION=v3.5.1 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` $url = $('https://github.com/git-lfs/git-lfs/releases/download/{0}/git-lfs-windows-amd64-{0}.zip' -f $env:GIT_LFS_VERSION) ; ` Write-Host "Retrieving $url..." ; ` diff --git a/windows/windowsservercore-ltsc2019/Dockerfile b/windows/windowsservercore-ltsc2019/Dockerfile index a99806bd..a0d91db9 100644 --- a/windows/windowsservercore-ltsc2019/Dockerfile +++ b/windows/windowsservercore-ltsc2019/Dockerfile @@ -48,7 +48,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl Expand-Archive mingit.zip -DestinationPath c:\mingit ; ` Remove-Item mingit.zip -Force -ARG GIT_LFS_VERSION=v3.1.4 +ARG GIT_LFS_VERSION=v3.5.1 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` $url = $('https://github.com/git-lfs/git-lfs/releases/download/{0}/git-lfs-windows-amd64-{0}.zip' -f $env:GIT_LFS_VERSION) ; ` Write-Host "Retrieving $url..." ; `