This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 22fdca3  update zlib version to 1.2.12 (#2106)
22fdca3 is described below

commit 22fdca3e594d6b49bd867584a27e6258c52be831
Author: Wei-Ting Kuo <[email protected]>
AuthorDate: Tue Mar 29 03:45:04 2022 +0800

    update zlib version to 1.2.12 (#2106)
---
 dev/docker/ballista-base.dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/docker/ballista-base.dockerfile 
b/dev/docker/ballista-base.dockerfile
index 906638b..504b336 100644
--- a/dev/docker/ballista-base.dockerfile
+++ b/dev/docker/ballista-base.dockerfile
@@ -59,7 +59,7 @@ RUN echo "Building OpenSSL" && \
 
 RUN echo "Building zlib" && \
     cd /tmp && \
-    ZLIB_VERSION=1.2.11 && \
+    ZLIB_VERSION=1.2.12 && \
     curl -LO "http://zlib.net/zlib-$ZLIB_VERSION.tar.gz"; && \
     tar xzf "zlib-$ZLIB_VERSION.tar.gz" && cd "zlib-$ZLIB_VERSION" && \
     CC=musl-gcc ./configure --static --prefix=/usr/local/musl && \
@@ -96,4 +96,4 @@ RUN cargo install cargo-build-deps
 
 # prepare toolchain
 RUN rustup update && \
-    rustup component add rustfmt
\ No newline at end of file
+    rustup component add rustfmt

Reply via email to