Skip to content

Commit

Permalink
Bump zlib version to v1.2.12 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilmour authored Apr 4, 2022
1 parent 2b017b7 commit 662f433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
OPENTRACING_VERSION=${OPENTRACING_VERSION:-1.6.0}
CURL_VERSION=${CURL_VERSION:-7.70.0}
MSGPACK_VERSION=${MSGPACK_VERSION:-3.2.1}
ZLIB_VERSION=${ZLIB_VERSION:-1.2.11}
ZLIB_VERSION=${ZLIB_VERSION:-1.2.12}

MAKE_JOB_COUNT=${MAKE_JOB_COUNT:-$(nproc)}

Expand Down

0 comments on commit 662f433

Please sign in to comment.