Skip to content

Commit

Permalink
chore(router): upgrade nginx to 1.10.1 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Aug 31, 2016
1 parent 014ba61 commit 27aa1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router/rootfs/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eof pipefail

export NGINX_VERSION=1.9.6
export NGINX_VERSION=1.10.1
export NAXSI_VERSION=0d53a64ed856e694fcb4038748c8cf6d5551a603
export NDK_VERSION=0.2.19
export VTS_VERSION=22c51e201a550bb94e96239fef541347beb4eeca
Expand Down Expand Up @@ -33,7 +33,7 @@ apk add --no-cache \
zlib-dev

# download, verify and extract the source files
get_src ed501fc6d0eff9d3bc1049cc1ba3a3ac8c602de046acb2a4c108392bbfa865ea \
get_src 1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801 \
"http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz"

get_src 128b56873eedbd3f240dc0f88a8b260d791321db92f14ba2fc5c49fc5307e04d \
Expand Down

0 comments on commit 27aa1e8

Please sign in to comment.