1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-08-30 14:04:23 +00:00

Merge pull request #71 from dokku/josegonzalez-patch-1

feat: upgrade zlib to 1.3
This commit is contained in:
Jose Diaz-Gonzalez
2023-08-20 21:12:52 -04:00
committed by GitHub

View File

@ -9,7 +9,7 @@ PCRE_VERSION="10.42"
PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
SIGIL_VERSION="0.10.1"
SIGIL_TARBALL="gliderlabs-sigil_${SIGIL_VERSION}_linux_amd64.tgz"
ZLIB_VERSION="1.2.12"
ZLIB_VERSION="1.3"
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
suppress() {