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

Commit 01cf487

Browse files
committed
feat(*): Update nginx to 1.11.2
1 parent c1585eb commit 01cf487

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,14 +17,14 @@ RUN apt-get update \
1717
libssl-dev \
1818
libpcre3-dev \
1919
make \
20-
&& export NGINX_VERSION=1.10.1 SIGNING_KEY=A1C052F8 VTS_VERSION=0.1.8 BUILD_PATH=/tmp/build PREFIX=/opt/router \
20+
&& export NGINX_VERSION=1.11.2 SIGNING_KEY=A1C052F8 VTS_VERSION=0.1.10 BUILD_PATH=/tmp/build PREFIX=/opt/router \
2121
&& rm -rf "$PREFIX" \
2222
&& mkdir "$PREFIX" \
2323
&& mkdir "$BUILD_PATH" \
2424
&& cd "$BUILD_PATH" \
2525
&& get_src_gpg $SIGNING_KEY \
2626
"http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz" \
27-
&& get_src 6bb9a36d8d70302d691c49557313fb7262cafd942a961d11a2730d9a5d9f70e0 \
27+
&& get_src c6f3733e9ff84bfcdc6bfb07e1baf59e72c4e272f06964dd0ed3a1bdc93fa0ca \
2828
"https://github.com/vozlt/nginx-module-vts/archive/v$VTS_VERSION.tar.gz" \
2929
&& cd "$BUILD_PATH/nginx-$NGINX_VERSION" \
3030
&& ./configure \

0 commit comments

Comments
 (0)