feat: upgrade nginx to 1.25.2

This commit is contained in:
Jose Diaz-Gonzalez 2023-08-20 21:14:00 -04:00 committed by GitHub
parent e833f6afad
commit 936c024eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"