Skip to content

Commit 22fdca3

Browse files
authored
update zlib version to 1.2.12 (#2106)
1 parent 2d6addd commit 22fdca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/docker/ballista-base.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN echo "Building OpenSSL" && \
5959

6060
RUN echo "Building zlib" && \
6161
cd /tmp && \
62-
ZLIB_VERSION=1.2.11 && \
62+
ZLIB_VERSION=1.2.12 && \
6363
curl -LO "http://zlib.net/zlib-$ZLIB_VERSION.tar.gz" && \
6464
tar xzf "zlib-$ZLIB_VERSION.tar.gz" && cd "zlib-$ZLIB_VERSION" && \
6565
CC=musl-gcc ./configure --static --prefix=/usr/local/musl && \
@@ -96,4 +96,4 @@ RUN cargo install cargo-build-deps
9696

9797
# prepare toolchain
9898
RUN rustup update && \
99-
rustup component add rustfmt
99+
rustup component add rustfmt

0 commit comments

Comments
 (0)