Merge pull request #11 from xliiv/update-zlib

Update zlib version
This commit is contained in:
Eric Kidd 2017-03-18 07:19:42 -04:00 committed by GitHub
commit be647e59cb

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