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

feat: upgrade sigil version from 0.10.1 to 0.11.5

This commit is contained in:
Jose Diaz-Gonzalez
2025-11-21 20:48:07 -05:00
parent 087ffbbef2
commit 154edf423b

View File

@ -9,7 +9,8 @@ NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
# https://github.com/PCRE2Project/pcre2/releases
PCRE_VERSION="10.47"
PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
SIGIL_VERSION="0.10.1"
# https://github.com/gliderlabs/sigil/releases
SIGIL_VERSION="0.11.5"
SIGIL_TARBALL="gliderlabs-sigil_${SIGIL_VERSION}_linux_amd64.tgz"
# https://github.com/madler/zlib/releases
ZLIB_VERSION="1.3.1"