mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2026-03-12 00:35:56 +00:00
chore: ugprade nginx from 1.29.3 to 1.29.5
This commit is contained in:
committed by
GitHub
parent
c352c1447c
commit
e710a8facb
@ -4,7 +4,7 @@ set -eo pipefail
|
||||
[[ $TRACE ]] && set -x
|
||||
|
||||
# https://nginx.org/en/download.html
|
||||
NGINX_VERSION="1.29.3"
|
||||
NGINX_VERSION="1.29.5"
|
||||
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
|
||||
# https://github.com/PCRE2Project/pcre2/releases
|
||||
PCRE_VERSION="10.47"
|
||||
|
||||
Reference in New Issue
Block a user