mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
Merge pull request #71 from dokku/josegonzalez-patch-1
feat: upgrade zlib to 1.3
This commit is contained in:
commit
e833f6afad
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user