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

Merge pull request #85 from dokku/upgrade-nginx

feat: upgrade nginx version from 1.26.2 to 1.29.3
This commit is contained in:
Jose Diaz-Gonzalez
2025-11-21 20:06:51 -05:00
committed by GitHub

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"