mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-25 18:33:05 +00:00
feat: upgrade nginx to 1.23.1
This commit is contained in:
parent
3a1e442373
commit
043965bc7d
@ -3,7 +3,7 @@
|
|||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
[[ $TRACE ]] && set -x
|
[[ $TRACE ]] && set -x
|
||||||
|
|
||||||
NGINX_VERSION="1.17.0"
|
NGINX_VERSION="1.23.1"
|
||||||
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
|
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
|
||||||
PCRE_VERSION="8.45"
|
PCRE_VERSION="8.45"
|
||||||
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"
|
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user