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:
@ -12,7 +12,7 @@ PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
|
||||
# https://github.com/gliderlabs/sigil/releases
|
||||
SIGIL_VERSION="0.11.5"
|
||||
# https://github.com/madler/zlib/releases
|
||||
ZLIB_VERSION="1.3.1"
|
||||
ZLIB_VERSION="1.3.2"
|
||||
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
|
||||
|
||||
suppress() {
|
||||
|
||||
Reference in New Issue
Block a user