Open
Description
Hi,
I use the latest docker image.
When I check the included openssl version with:
#docker exec -it mssql openssl version
OpenSSL 1.0.2g 1 Mar 2016
which is an very old and outdated version.
The actual version is:
OpenSSL 1.0.2n [27 Mar 2018]
Is there a plan to update openssl inside the docker container to a more bug fixed version?
Torsten