File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
104
104
&& rm -rf "$GNUPGHOME" nginx.tar.gz.asc \
105
105
&& mkdir -p /usr/src \
106
106
\
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 \
108
108
&& git clone --depth=1 https://github.com/openresty/headers-more-nginx-module /usr/src/ngx_headers_more \
109
109
&& (git clone --depth=1 https://boringssl.googlesource.com/boringssl /usr/src/boringssl \
110
110
&& sed -i 's@out \( [>=]\) TLS1_2_VERSION@out \1 TLS1_3_VERSION@' /usr/src/boringssl/ssl/ssl_lib.cc \
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
104
104
&& rm -rf "$GNUPGHOME" nginx.tar.gz.asc \
105
105
&& mkdir -p /usr/src \
106
106
\
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 \
108
108
&& git clone --depth=1 https://github.com/openresty/headers-more-nginx-module /usr/src/ngx_headers_more \
109
109
&& (git clone --depth=1 https://boringssl.googlesource.com/boringssl /usr/src/boringssl \
110
110
&& 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 \
123
123
&& tar -zxC /usr/src -f nginx.tar.gz \
124
124
&& rm nginx.tar.gz \
125
125
&& 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 \
127
127
&& patch -p1 < dynamic_tls_records.patch \
128
128
&& ./configure $CONFIG --with-debug \
129
129
&& make -j$(getconf _NPROCESSORS_ONLN) \
You can’t perform that action at this time.
0 commit comments