We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0244f0b commit a638287Copy full SHA for a638287
configure
@@ -3,7 +3,7 @@
3
set -e
4
5
SRC_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
6
-NGINX_VERSION=${NGINX_VERSION:-1.13.10}
+NGINX_VERSION=${NGINX_VERSION:-1.15.2}
7
BUILD_INFO_FILE="$SRC_DIR/.build.info"; test -f "$BUILD_INFO_FILE" && . "$BUILD_INFO_FILE"
8
declare -a CONFIG_OPTS=($CONFIG_OPTS --with-compat --with-cc-opt="-Wformat -Werror=format-security")
9
0 commit comments