Skip to content

Commit 6787f64

Browse files
committed
Windows: Update OpenSSL from 1.1.1g to 1.1.1L
Actually not required, just to stay up to date.
1 parent 0704e88 commit 6787f64

File tree

1 file changed

+1
-1
lines changed
  • windowsservercore-ltsc2019-qt5.15.2-32bit

1 file changed

+1
-1
lines changed

windowsservercore-ltsc2019-qt5.15.2-32bit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN powershell -Command Invoke-WebRequest $env:MINGW_URL -OutFile 'C:/tmp.7z' -U
2121
&& del C:\tmp.7z
2222

2323
# Install OpenSSL
24-
ARG OPENSSL_URL="http://slproweb.com/download/Win32OpenSSL_Light-1_1_1g.exe"
24+
ARG OPENSSL_URL="http://slproweb.com/download/Win32OpenSSL_Light-1_1_1L.exe"
2525
RUN powershell -Command Invoke-WebRequest $env:OPENSSL_URL -OutFile 'C:/tmp.exe' -UseBasicParsing ; \
2626
&& C:/tmp.exe /silent /verysilent /suppressmsgboxes /sp- /dir=C:/OpenSSL-Win32 \
2727
&& del C:\tmp.exe

0 commit comments

Comments
 (0)