Update zlib version

This commit is contained in:
Tymoteusz Jankowski 2017-02-21 20:29:23 +01:00
parent 0c1c134978
commit d34814ccb7

View file

@ -6,7 +6,7 @@
FROM ekidd/rust-musl-builder
# Build a static copy of zlib.
RUN VERS=1.2.8 && \
RUN VERS=1.2.11 && \
cd /home/rust/libs && \
curl -LO http://zlib.net/zlib-$VERS.tar.gz && \
tar xzf zlib-$VERS.tar.gz && cd zlib-$VERS && \