We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6addd commit 22fdca3Copy full SHA for 22fdca3
dev/docker/ballista-base.dockerfile
@@ -59,7 +59,7 @@ RUN echo "Building OpenSSL" && \
59
60
RUN echo "Building zlib" && \
61
cd /tmp && \
62
- ZLIB_VERSION=1.2.11 && \
+ ZLIB_VERSION=1.2.12 && \
63
curl -LO "http://zlib.net/zlib-$ZLIB_VERSION.tar.gz" && \
64
tar xzf "zlib-$ZLIB_VERSION.tar.gz" && cd "zlib-$ZLIB_VERSION" && \
65
CC=musl-gcc ./configure --static --prefix=/usr/local/musl && \
@@ -96,4 +96,4 @@ RUN cargo install cargo-build-deps
96
97
# prepare toolchain
98
RUN rustup update && \
99
- rustup component add rustfmt
+ rustup component add rustfmt
0 commit comments