File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ if [[ -z $DOCKER_BUILD ]]; then
1010 exit 1
1111fi
1212
13- export VERSION_NGINX=nginx-1.6.2
14- export VERSION_TCP_PROXY=0.4.5
13+ export VERSION_NGINX=nginx-1.7.10
14+ export VERSION_TCP_PROXY=f2156eff9f6621aaf601eaa8dee40c6820dea0b0
1515export VERSION_NAXSI=0d53a64ed856e694fcb4038748c8cf6d5551a603
1616
1717export BUILD_PATH=/tmp/build
@@ -32,7 +32,7 @@ apt-get update \
3232
3333# grab the source files
3434curl -sSL http://nginx.org/download/$VERSION_NGINX .tar.gz -o $BUILD_PATH /$VERSION_NGINX .tar.gz
35- curl -sSL https://github.com/yaoweibin/nginx_tcp_proxy_module/archive/v $VERSION_TCP_PROXY .tar.gz -o $BUILD_PATH /$VERSION_TCP_PROXY .tar.gz
35+ curl -sSL https://github.com/yaoweibin/nginx_tcp_proxy_module/archive/$VERSION_TCP_PROXY .tar.gz -o $BUILD_PATH /$VERSION_TCP_PROXY .tar.gz
3636curl -sSL https://github.com/nbs-system/naxsi/archive/$VERSION_NAXSI .tar.gz -o $BUILD_PATH /$VERSION_NAXSI .tar.gz
3737
3838# expand the source files
You can’t perform that action at this time.
0 commit comments