From 936c024eacf754e9712763a61ff35f84ea20f7b3 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 20 Aug 2023 21:14:00 -0400 Subject: [PATCH] feat: upgrade nginx to 1.25.2 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index f3b46cb..45c22c0 100755 --- a/bin/compile +++ b/bin/compile @@ -3,7 +3,7 @@ set -eo pipefail [[ $TRACE ]] && set -x -NGINX_VERSION="1.23.1" +NGINX_VERSION="1.25.2" NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz" PCRE_VERSION="10.42" PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"