Skip to content

Commit a638287

Browse files
committed
Updated default version of NGINX source to be version 1.15.2
1 parent 0244f0b commit a638287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

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

0 commit comments

Comments
 (0)