Update Nginx latest to 1.17.7

This commit is contained in:
joglomedia
2019-12-25 14:39:19 +07:00
parent 3734510a3b
commit b29286d11d

View File

@@ -4,9 +4,9 @@
script_under_test=$(basename "$0")
# Nginx
# Nginx versions.
nginx_stable_version="1.16.1"
nginx_latest_version="1.17.6"
nginx_latest_version="1.17.7"
# Source the helper functions.
if [ -f scripts/helper.sh ]; then