Skip to content

Commit 1a1e455

Browse files
authored
Merge pull request #59 from macbre/quic-e5a180511dec
Bump nginx-quic to e5a180511dec
2 parents 740edcb + bf325b9 commit 1a1e455

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
@@ -2,17 +2,17 @@
22
ARG NGINX_VERSION=1.21.1
33

44
# https://hg.nginx.org/nginx-quic/shortlog/quic
5-
ARG NGINX_COMMIT=d0ef43a53a51
5+
ARG NGINX_COMMIT=e5a180511dec
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=c1571feb5faf5cce844354c63d0f3e842464bea3
11+
ARG BORINGSSL_COMMIT=006f20ad7f9a6ce53b44390c0689f3690bf73ad1
1212

1313
# https://hg.nginx.org/nginx-quic/file/quic/README#l72
1414
ARG CONFIG="\
15-
--build=quic-$NGINX_COMMIT \
15+
--build=quic-$NGINX_COMMIT-boringssl-$BORINGSSL_COMMIT \
1616
--prefix=/etc/nginx \
1717
--sbin-path=/usr/sbin/nginx \
1818
--modules-path=/usr/lib/nginx/modules \

0 commit comments

Comments
 (0)