From 6c23e379fa580b2d830b0a30abce4fc54bc0db60 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 1 Aug 2023 18:11:25 +0900 Subject: [PATCH] Updated cygwin --- Dockerfiles/build-base/windows/Dockerfile.agent2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent2 b/Dockerfiles/build-base/windows/Dockerfile.agent2 index 3f3edc232..31a642975 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent2 +++ b/Dockerfiles/build-base/windows/Dockerfile.agent2 @@ -199,7 +199,7 @@ RUN Set-Location -Path $env:SystemDrive\.; ` [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ` (New-Object Net.WebClient).DownloadFile("""$env:CYGWIN_URL""", """$env:SystemDrive\setup.exe"""); ` ` - $sha256 = '6bad4555154b3b348d1bfb633a2e9d6086aa46e36952f456a434ecef5b0010e0'; ` + $sha256 = 'a17217e66dd7c40fa4851a433335c1f3f003cd627116c708b2f6e66eba886ea9'; ` Write-Host ('Verifying SHA256 ({0}) ...' -f $sha256); ` if ((Get-FileHash $env:SystemDrive\setup.exe -Algorithm sha256).Hash -ne $sha256) { ` Write-Host 'Checksum Cygwin failed!'; `