Skip to content

Commit 101bbba

Browse files
committed
Merge pull request #4306 from mboersma/update-nginx
chore(router): update nginx to 1.9.4
2 parents d6947a1 + 7b3adc5 commit 101bbba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

router/rootfs/bin/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eof pipefail
44

5-
export NGINX_VERSION=1.9.3
5+
export NGINX_VERSION=1.9.4
66
export NAXSI_VERSION=0d53a64ed856e694fcb4038748c8cf6d5551a603
77
export NDK_VERSION=0.2.19
88
export VTS_VERSION=22c51e201a550bb94e96239fef541347beb4eeca
@@ -33,7 +33,7 @@ apk add --update-cache \
3333
zlib-dev
3434

3535
# download, verify and extract the source files
36-
get_src 4298c5341b2a262fdb8dbc0a1389756181af8f098c7720abfb30bd3060f673eb \
36+
get_src 479b0c03747ee6b2d4a21046f89b06d178a2881ea80cfef160451325788f2ba8 \
3737
"http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz"
3838

3939
get_src 128b56873eedbd3f240dc0f88a8b260d791321db92f14ba2fc5c49fc5307e04d \

0 commit comments

Comments
 (0)