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

feat: upgrade nginx version from 1.26.2 to 1.29.3

This commit is contained in:
Jose Diaz-Gonzalez
2025-11-21 19:55:32 -05:00
parent 5b78844e1e
commit 9294ea62ad

View File

@ -3,7 +3,8 @@
set -eo pipefail
[[ $TRACE ]] && set -x
NGINX_VERSION="1.26.2"
# https://nginx.org/en/download.html
NGINX_VERSION="1.29.3"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="10.42"
PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"