11# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
2- ARG NGINX_VERSION=1.27.1
2+ ARG NGINX_VERSION=1.27.2
33
4- # https://hg.nginx.org/nginx-quic /
5- ARG NGINX_COMMIT=8796dfbe7177
4+ # https://hg.nginx.org/nginx/
5+ ARG NGINX_COMMIT=331eae3dccf8
66
77# https://github.com/google/ngx_brotli
88ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
99
1010# https://github.com/google/boringssl
1111# ARG BORINGSSL_COMMIT=fae0964b3d44e94ca2a2d21f86e61dabe683d130
1212
13- # https://github.com/nginx/njs/releases/tag/0.8.5
14- ARG NJS_COMMIT=9d4bf6c60aa60a828609f64d1b5c50f71bb7ef62
13+ # https://github.com/nginx/njs/releases/tag/0.8.6
14+ ARG NJS_COMMIT=c5a29a7af8894ee1ec44ebda71ef0ea1f2a31af6
1515
1616# https://github.com/openresty/headers-more-nginx-module#installation
1717# we want to have https://github.com/openresty/headers-more-nginx-module/commit/e536bc595d8b490dbc9cf5999ec48fca3f488632
@@ -26,7 +26,7 @@ ARG NGINX_GROUP_GID=101
2626
2727# https://nginx.org/en/docs/http/ngx_http_v3_module.html
2828ARG CONFIG="\
29- --build=quic- $NGINX_COMMIT \
29+ --build=$NGINX_COMMIT \
3030 --prefix=/etc/nginx \
3131 --sbin-path=/usr/sbin/nginx \
3232 --modules-path=/usr/lib/nginx/modules \
@@ -125,7 +125,7 @@ WORKDIR /usr/src/
125125
126126RUN \
127127 echo "Cloning nginx $NGINX_VERSION (rev $NGINX_COMMIT from 'default' branch) ..." \
128- && hg clone -b default --rev $NGINX_COMMIT https://hg.nginx.org/nginx-quic /usr/src/nginx-$NGINX_VERSION
128+ && hg clone -b default --rev $NGINX_COMMIT https://hg.nginx.org/nginx/ /usr/src/nginx-$NGINX_VERSION
129129
130130RUN \
131131 echo "Cloning brotli $NGX_BROTLI_COMMIT ..." \
0 commit comments