We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0704e88 commit 6787f64Copy full SHA for 6787f64
windowsservercore-ltsc2019-qt5.15.2-32bit/Dockerfile
@@ -21,7 +21,7 @@ RUN powershell -Command Invoke-WebRequest $env:MINGW_URL -OutFile 'C:/tmp.7z' -U
21
&& del C:\tmp.7z
22
23
# Install OpenSSL
24
-ARG OPENSSL_URL="http://slproweb.com/download/Win32OpenSSL_Light-1_1_1g.exe"
+ARG OPENSSL_URL="http://slproweb.com/download/Win32OpenSSL_Light-1_1_1L.exe"
25
RUN powershell -Command Invoke-WebRequest $env:OPENSSL_URL -OutFile 'C:/tmp.exe' -UseBasicParsing ; \
26
&& C:/tmp.exe /silent /verysilent /suppressmsgboxes /sp- /dir=C:/OpenSSL-Win32 \
27
&& del C:\tmp.exe
0 commit comments