1
1
# 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
3
3
4
- # https://hg.nginx.org/nginx-quic /
5
- ARG NGINX_COMMIT=8796dfbe7177
4
+ # https://hg.nginx.org/nginx/
5
+ ARG NGINX_COMMIT=331eae3dccf8
6
6
7
7
# https://github.com/google/ngx_brotli
8
8
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
9
9
10
10
# https://github.com/google/boringssl
11
11
# ARG BORINGSSL_COMMIT=fae0964b3d44e94ca2a2d21f86e61dabe683d130
12
12
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
15
15
16
16
# https://github.com/openresty/headers-more-nginx-module#installation
17
17
# we want to have https://github.com/openresty/headers-more-nginx-module/commit/e536bc595d8b490dbc9cf5999ec48fca3f488632
@@ -26,7 +26,7 @@ ARG NGINX_GROUP_GID=101
26
26
27
27
# https://nginx.org/en/docs/http/ngx_http_v3_module.html
28
28
ARG CONFIG="\
29
- --build=quic- $NGINX_COMMIT \
29
+ --build=$NGINX_COMMIT \
30
30
--prefix=/etc/nginx \
31
31
--sbin-path=/usr/sbin/nginx \
32
32
--modules-path=/usr/lib/nginx/modules \
@@ -125,7 +125,7 @@ WORKDIR /usr/src/
125
125
126
126
RUN \
127
127
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
129
129
130
130
RUN \
131
131
echo "Cloning brotli $NGX_BROTLI_COMMIT ..." \
0 commit comments