From a0f7d9e34f1767076d267106a514568c57532119 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 19 Apr 2026 18:44:00 -0400 Subject: [PATCH] chore: upgrade to nginx 1.29.8 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index fa8ad31..eee3177 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.5" +NGINX_VERSION="1.29.8" NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz" # https://github.com/PCRE2Project/pcre2/releases PCRE_VERSION="10.47"