update openssl from 1.0.2j to 1.0.2l

Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
This commit is contained in:
Silvio Fricke 2017-08-08 17:40:33 +02:00
parent be647e59cb
commit 2d21d0f62d

View file

@ -54,7 +54,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.2j && \
RUN VERS=1.0.2l && \
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 && \