Skip to content

Commit bb09e27

Browse files
committed
Merge pull request #4236 from mboersma/update-nginx
chore(router): update nginx to 1.9.3
2 parents 70867aa + ca098ba commit bb09e27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

router/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function get_src {
2121
rm "$f"
2222
}
2323

24-
export VERSION_NGINX=nginx-1.9.2
24+
export VERSION_NGINX=nginx-1.9.3
2525
export VERSION_NAXSI=0d53a64ed856e694fcb4038748c8cf6d5551a603
2626
export VERSION_NDK=0.2.19
2727
export VERSION_SETMISC=0.29
@@ -51,7 +51,7 @@ apk add --update-cache \
5151
zlib-dev
5252

5353
# download, verify and extract the source files
54-
get_src 80b6425be14a005c8cb15115f3c775f4bc06bf798aa1affaee84ed9cf641ed78 \
54+
get_src 4298c5341b2a262fdb8dbc0a1389756181af8f098c7720abfb30bd3060f673eb \
5555
"http://nginx.org/download/$VERSION_NGINX.tar.gz"
5656

5757
get_src 128b56873eedbd3f240dc0f88a8b260d791321db92f14ba2fc5c49fc5307e04d \

0 commit comments

Comments
 (0)