Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 1e6e226

Browse files
committed
feat(*): Update nginx to 1.10.1
http://nginx.org/en/CHANGES-1.10 Intentionally not going for the unstable branch, until features from there are needed
1 parent eb6b05c commit 1e6e226

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ RUN apt-get update \
1717
libssl-dev \
1818
libpcre3-dev \
1919
make \
20-
&& export NGINX_VERSION=1.9.6 VTS_VERSION=0.1.8 BUILD_PATH=/tmp/build PREFIX=/opt/router \
20+
&& export NGINX_VERSION=1.10.1 VTS_VERSION=0.1.8 BUILD_PATH=/tmp/build PREFIX=/opt/router \
2121
&& rm -rf "$PREFIX" \
2222
&& mkdir "$PREFIX" \
2323
&& mkdir "$BUILD_PATH" \
2424
&& cd "$BUILD_PATH" \
25-
&& get_src ed501fc6d0eff9d3bc1049cc1ba3a3ac8c602de046acb2a4c108392bbfa865ea \
25+
&& get_src 1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801 \
2626
"http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz" \
2727
&& get_src 6bb9a36d8d70302d691c49557313fb7262cafd942a961d11a2730d9a5d9f70e0 \
2828
"https://github.com/vozlt/nginx-module-vts/archive/v$VTS_VERSION.tar.gz" \

0 commit comments

Comments
 (0)