Upgrade OpenSSL to 1.0.2j

This commit is contained in:
Eric Kidd 2016-11-19 08:50:41 -05:00
parent 4bbe14e5cb
commit 8ac90b66a5

View file

@ -51,7 +51,7 @@ WORKDIR /home/rust/libs
# Build a static library version of OpenSSL using musl-libc. This is
# needed by the popular Rust `hyper` crate.
RUN VERS=1.0.2g && \
RUN VERS=1.0.2j && \
curl -O https://www.openssl.org/source/openssl-$VERS.tar.gz && \
tar xvzf openssl-$VERS.tar.gz && cd openssl-$VERS && \
env CC=musl-gcc ./config --prefix=/usr/local/musl && \