File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:3.7
2
2
3
- ENV NGINX_VERSION=1.12.2
3
+ ENV NGINX_VERSION=1.14.0
4
4
ENV LIBRESSL_VERSION=2.7.2
5
5
6
6
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
@@ -126,7 +126,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
126
126
&& tar -zxC /usr/src -f nginx.tar.gz \
127
127
&& rm nginx.tar.gz \
128
128
&& cd /usr/src/nginx-$NGINX_VERSION \
129
- && curl -fSL https://cdn.rawgit.com/nginx-modules/ngx_http_tls_dyn_size/0.1/nginx-dyntls-1.11.5.diff -o dynamic_tls_records.patch \
129
+ && curl -fSL https://cdn.rawgit.com/nginx-modules/ngx_http_tls_dyn_size/556ed42/nginx__dynamic_tls_records_1.13.0%2B.patch -o dynamic_tls_records.patch \
130
130
&& patch -p1 < dynamic_tls_records.patch \
131
131
&& ./configure $CONFIG --with-debug \
132
132
&& make -j$(getconf _NPROCESSORS_ONLN) \
You can’t perform that action at this time.
0 commit comments