File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ CVE-2022-29222
55CVE-2022-29189
66CVE-2022-1996
77CVE-2022-27664
8+ CVE-2022-32149
89
910#dpkg vulnerability in ubuntu
1011CVE-2022-2526
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function Build-Dependencies {
5151 New-Item - Path $destinationPath - ItemType " directory" - Force - ErrorAction Stop
5252
5353 Write-Host (" downloading gcc : " + $destinationPath + " ..." )
54- $gccDownLoadUrl = " https://ciwinagentbuildgcc.blob.core.windows.net/ tdm-gcc-64 /TDM-GCC-64.zip"
54+ $gccDownLoadUrl = " https://github.com/microsoft/Docker-Provider/releases/download/ tdm-gcc/TDM-GCC-64.zip"
5555 $gccPath = Join-Path - Path $destinationPath - ChildPath " gcc.zip"
5656 Invoke-WebRequest - UserAgent " BuildAgent" - Uri $gccDownLoadUrl - OutFile $gccPath
5757 Write-Host (" downloading gcc zip file completed" )
@@ -133,7 +133,7 @@ function Install-Docker() {
133133 Write-Host (" installing docker for desktop completed" )
134134}
135135
136- # speed up Invoke-WebRequest
136+ # speed up Invoke-WebRequest
137137# https://stackoverflow.com/questions/28682642/powershell-why-is-using-invoke-webrequest-much-slower-than-a-browser-download
138138$ProgressPreference = ' SilentlyContinue'
139139
You can’t perform that action at this time.
0 commit comments