1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2026-04-22 00:33:40 +00:00

2 Commits
v28 ... v29

Author SHA1 Message Date
d157f257ce Merge pull request #97 from dokku/josegonzalez-patch-1
chore: upgrade to nginx 1.29.8
2026-04-19 18:47:12 -04:00
a0f7d9e34f chore: upgrade to nginx 1.29.8 2026-04-19 18:44:00 -04:00

View File

@ -4,7 +4,7 @@ set -eo pipefail
[[ $TRACE ]] && set -x
# https://nginx.org/en/download.html
NGINX_VERSION="1.29.5"
NGINX_VERSION="1.29.8"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
# https://github.com/PCRE2Project/pcre2/releases
PCRE_VERSION="10.47"