Skip to content

Commit d85b957

Browse files
authored
nginx 1.21.4 + the latest BoringSSL changes
https://hg.nginx.org/nginx-quic/rev/61d0fa67b55e
1 parent cd2ab25 commit d85b957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# https://hg.nginx.org/nginx-quic/file/tip/src/core/nginx.h
2-
ARG NGINX_VERSION=1.21.3
2+
ARG NGINX_VERSION=1.21.4
33

44
# https://hg.nginx.org/nginx-quic/shortlog/quic
5-
ARG NGINX_COMMIT=4ca8035c19a4
5+
ARG NGINX_COMMIT=d041b8d6ab0b
66

77
# https://github.com/google/ngx_brotli
88
ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62
99

1010
# https://github.com/google/boringssl
11-
ARG BORINGSSL_COMMIT=006f20ad7f9a6ce53b44390c0689f3690bf73ad1
11+
ARG BORINGSSL_COMMIT=b3ed071ecc4efb77afd0a025ea1078da19578bfd
1212

1313
# https://github.com/openresty/headers-more-nginx-module#installation
1414
ARG HEADERS_MORE_VERSION=0.33

0 commit comments

Comments
 (0)