diff --git a/bin/compile b/bin/compile index 6e318d0..213ce84 100755 --- a/bin/compile +++ b/bin/compile @@ -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"