static build: openssl version bump

This commit is contained in:
Ross Kinder
2016-10-20 20:21:00 -04:00
committed by GitHub
parent bc5580d29d
commit 0c3950cf18

View File

@@ -54,8 +54,8 @@ RUN curl -sL ftp://xmlsoft.org/libxml2/libxml2-2.9.4.tar.gz | tar -xzf - && \
make install make install
RUN \ RUN \
curl -sL ftp://ftp.openssl.org/source/openssl-1.0.2h.tar.gz | tar -xzf - && \ curl -sL ftp://ftp.openssl.org/source/openssl-1.0.2j.tar.gz | tar -xzf - && \
cd openssl-1.0.2h && \ cd openssl-1.0.2j && \
./config \ ./config \
no-shared \ no-shared \
no-weak-ssl-ciphers \ no-weak-ssl-ciphers \