Merge pull request #23 from silvio/update-openssl-102-l

update openssl from 1.0.2j to 1.0.2l
This commit is contained in:
Eric Kidd 2017-08-08 14:50:29 -04:00 committed by GitHub
commit 658d6f6680
1 changed files with 1 additions and 1 deletions

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 && \