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

feat: upgrade pcre2 version from 10.42 to 10.47

This commit is contained in:
Jose Diaz-Gonzalez
2025-11-21 20:08:26 -05:00
parent 29d384b8f5
commit 6facd99c18

View File

@ -6,7 +6,8 @@ set -eo pipefail
# https://nginx.org/en/download.html
NGINX_VERSION="1.29.3"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="10.42"
# https://github.com/PCRE2Project/pcre2/releases
PCRE_VERSION="10.47"
PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
SIGIL_VERSION="0.10.1"
SIGIL_TARBALL="gliderlabs-sigil_${SIGIL_VERSION}_linux_amd64.tgz"