Skip to content

Commit cfdcf60

Browse files
authored
bump zlib to 1.3.2 (#415)
1 parent 860119d commit cfdcf60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/scripts/install_zlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eu
33

44
ZLIB_MAJOR=1
55
ZLIB_MINOR=3
6-
ZLIB_PATCH=1
6+
ZLIB_PATCH=2
77

88
ZLIB_VERSION="${ZLIB_MAJOR}.${ZLIB_MINOR}.${ZLIB_PATCH}"
99
ZLIB_TAR="zlib-${ZLIB_VERSION}.tar.gz"

0 commit comments

Comments
 (0)