1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2026-03-12 08:35:57 +00:00

Merge pull request #96 from dokku/josegonzalez-patch-2

chore: upgrade zlib from 1.3.1 to 1.3.2
This commit is contained in:
Jose Diaz-Gonzalez
2026-03-07 11:10:18 -05:00
committed by GitHub

View File

@ -12,7 +12,7 @@ PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
# https://github.com/gliderlabs/sigil/releases # https://github.com/gliderlabs/sigil/releases
SIGIL_VERSION="0.11.5" SIGIL_VERSION="0.11.5"
# https://github.com/madler/zlib/releases # https://github.com/madler/zlib/releases
ZLIB_VERSION="1.3.1" ZLIB_VERSION="1.3.2"
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz" ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
suppress() { suppress() {