Skip to content

Commit 35ec998

Browse files
committed
Switch to supported google/ngx_brotli
ngx_http_tls_dyn_size 0.5 (stable nginx)
1 parent c6b5eb8 commit 35ec998

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mainline/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
104104
&& rm -rf "$GNUPGHOME" nginx.tar.gz.asc \
105105
&& mkdir -p /usr/src \
106106
\
107-
&& git clone --depth=1 --recurse-submodules https://github.com/eustas/ngx_brotli /usr/src/ngx_brotli \
107+
&& git clone --depth=1 --recurse-submodules https://github.com/google/ngx_brotli /usr/src/ngx_brotli \
108108
&& git clone --depth=1 https://github.com/openresty/headers-more-nginx-module /usr/src/ngx_headers_more \
109109
&& (git clone --depth=1 https://boringssl.googlesource.com/boringssl /usr/src/boringssl \
110110
&& sed -i 's@out \([>=]\) TLS1_2_VERSION@out \1 TLS1_3_VERSION@' /usr/src/boringssl/ssl/ssl_lib.cc \

stable/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
104104
&& rm -rf "$GNUPGHOME" nginx.tar.gz.asc \
105105
&& mkdir -p /usr/src \
106106
\
107-
&& git clone --depth=1 --recurse-submodules https://github.com/eustas/ngx_brotli /usr/src/ngx_brotli \
107+
&& git clone --depth=1 --recurse-submodules https://github.com/google/ngx_brotli /usr/src/ngx_brotli \
108108
&& git clone --depth=1 https://github.com/openresty/headers-more-nginx-module /usr/src/ngx_headers_more \
109109
&& (git clone --depth=1 https://boringssl.googlesource.com/boringssl /usr/src/boringssl \
110110
&& sed -i 's@out \([>=]\) TLS1_2_VERSION@out \1 TLS1_3_VERSION@' /usr/src/boringssl/ssl/ssl_lib.cc \
@@ -123,7 +123,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
123123
&& tar -zxC /usr/src -f nginx.tar.gz \
124124
&& rm nginx.tar.gz \
125125
&& cd /usr/src/nginx-$NGINX_VERSION \
126-
&& curl -fSL https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/556ed42/nginx__dynamic_tls_records_1.13.0%2B.patch -o dynamic_tls_records.patch \
126+
&& curl -fSL https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/0.5/nginx__dynamic_tls_records_1.15.5%2B.patch -o dynamic_tls_records.patch \
127127
&& patch -p1 < dynamic_tls_records.patch \
128128
&& ./configure $CONFIG --with-debug \
129129
&& make -j$(getconf _NPROCESSORS_ONLN) \

0 commit comments

Comments
 (0)