We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860119d commit cfdcf60Copy full SHA for cfdcf60
1 file changed
docker/scripts/install_zlib.sh
@@ -3,7 +3,7 @@ set -eu
3
4
ZLIB_MAJOR=1
5
ZLIB_MINOR=3
6
-ZLIB_PATCH=1
+ZLIB_PATCH=2
7
8
ZLIB_VERSION="${ZLIB_MAJOR}.${ZLIB_MINOR}.${ZLIB_PATCH}"
9
ZLIB_TAR="zlib-${ZLIB_VERSION}.tar.gz"
0 commit comments