From e710a8facbd63e514b8c135100ac795f29b975bb Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 7 Mar 2026 10:33:06 -0500 Subject: [PATCH] chore: ugprade nginx from 1.29.3 to 1.29.5 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 7a00feb..cdf1faa 100755 --- a/bin/compile +++ b/bin/compile @@ -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"