From 043965bc7df123f8e6e657fa3da2570e57a8683b Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Sep 2022 20:46:19 -0400 Subject: [PATCH] feat: upgrade nginx to 1.23.1 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 7d89849..b48afa4 100755 --- a/bin/compile +++ b/bin/compile @@ -3,7 +3,7 @@ set -eo pipefail [[ $TRACE ]] && set -x -NGINX_VERSION="1.17.0" +NGINX_VERSION="1.23.1" NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz" PCRE_VERSION="8.45" PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"