kpumuk commented on code in PR #3404:
URL: https://github.com/apache/thrift/pull/3404#discussion_r3097323708
##########
build/docker/msvc/Dockerfile:
##########
@@ -80,7 +80,7 @@ RUN C:\BuildTools\Common7\Tools\VsDevCmd.bat -arch=x64
-host_arch=x64 && `
SETX PATH "%ZLIB_ROOT%\bin;%PATH%"
# Install OpenSSL 3.6.1
-ADD
--checksum=sha256:8ce11c409adbd177ca627115bc697c3b66c414bb36175ebb375341eb426894a8
https://slproweb.com/download/Win64OpenSSL-3_6_1.exe C:\TEMP\openssl.exe
+ADD
--checksum=sha256:c395482a1af33b2cdd4b801b227c864ed049e0f6aff79413d31b4fa916a67b1a
https://slproweb.com/download/Win64OpenSSL-3_6_2.exe C:\TEMP\openssl.exe
Review Comment:
```
ADD failed: failed to GET
https://slproweb.com/download/Win64OpenSSL-3_6_1.exe with status 404 Not Found:
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.26.0</center>
</body>
</html>
```
https://github.com/slproweb/opensslhashes/commit/8c3f3954c8f6eb168a8bb82dca3fd4aaf08d030e
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]