1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-11-24 21:23:32 +00:00

feat: upgrade zlib version from 1.3 to 1.3.1

This commit is contained in:
Jose Diaz-Gonzalez
2025-11-21 20:15:05 -05:00
parent 23011e35cd
commit c90d35aa9b

View File

@ -11,7 +11,8 @@ PCRE_VERSION="10.47"
PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
SIGIL_VERSION="0.10.1"
SIGIL_TARBALL="gliderlabs-sigil_${SIGIL_VERSION}_linux_amd64.tgz"
ZLIB_VERSION="1.3"
# https://github.com/madler/zlib/releases
ZLIB_VERSION="1.3.1"
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
suppress() {