Skip to content

Commit b146f57

Browse files
committed
NGINX: Update source, version and comment.
1 parent 9cbd410 commit b146f57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

images/nginx/rootfs/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ export OPENTELEMETRY_CPP_VERSION=v1.18.0
104104
# Check for recent changes: https://github.com/open-telemetry/opentelemetry-proto/compare/v1.5.0...main
105105
export OPENTELEMETRY_PROTO_VERSION=v1.5.0
106106

107-
# http://hg.nginx.org/njs
108-
export NGINX_NJS_VERSION="0.8.4"
107+
# Check for recent changes: https://github.com/nginx/njs/compare/0.8.10...master
108+
export NJS_VERSION=0.8.10
109109

110110
export BUILD_PATH=/tmp/build
111111

@@ -270,8 +270,8 @@ get_src efb767487ea3f6031577b9b224467ddbda2ad51a41c5867a47582d4ad85d609e \
270270
get_src d74f86ada2329016068bc5a243268f1f555edd620b6a7d6ce89295e7d6cf18da \
271271
"https://github.com/microsoft/mimalloc/archive/${MIMALOC_VERSION}.tar.gz" "mimalloc"
272272

273-
get_src 8191bff8491af9169a92e30e383ef8614717b0c6d40913d83b95051031e92321 \
274-
"http://hg.nginx.org/njs/archive/${NGINX_NJS_VERSION}.tar.gz" "njs"
273+
get_src abc123 \
274+
"https://github.com/nginx/njs/archive/${NJS_VERSION}.tar.gz" "njs"
275275

276276
# improve compilation times
277277
CORES=$(($(grep -c ^processor /proc/cpuinfo) - 1))

0 commit comments

Comments
 (0)