Skip to content

Commit

Permalink
Updated default version of NGINX source to be version 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
travisspencer committed Dec 10, 2018
1 parent 0244f0b commit a638287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

SRC_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
NGINX_VERSION=${NGINX_VERSION:-1.13.10}
NGINX_VERSION=${NGINX_VERSION:-1.15.2}
BUILD_INFO_FILE="$SRC_DIR/.build.info"; test -f "$BUILD_INFO_FILE" && . "$BUILD_INFO_FILE"
declare -a CONFIG_OPTS=($CONFIG_OPTS --with-compat --with-cc-opt="-Wformat -Werror=format-security")

Expand Down

0 comments on commit a638287

Please sign in to comment.