diff --git a/Dockerfile.windows b/Dockerfile.windows index 655e33a358..fa73c52a72 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -205,6 +205,7 @@ RUN ` Throw ("Failed to download " + $source) ` }` } else { ` + [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ` $webClient = New-Object System.Net.WebClient; ` $webClient.DownloadFile($source, $target); ` } `