Merge pull request #62 from dokku/upgrade-nginx

Upgrade nginx to 1.23.1
This commit is contained in:
Jose Diaz-Gonzalez 2022-09-10 20:50:42 -04:00 committed by GitHub
commit 0329f9e0ff
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.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"