From cdcee299510857852416bc9222c56b2364476c66 Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Wed, 18 Apr 2018 14:30:43 +0300 Subject: [PATCH] 1.14.0 (mainline/devel) ngx_http_tls_dyn_size 1.13+ --- stable/alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/alpine/Dockerfile b/stable/alpine/Dockerfile index c3c06a0..619d0ba 100755 --- a/stable/alpine/Dockerfile +++ b/stable/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 -ENV NGINX_VERSION=1.12.2 +ENV NGINX_VERSION=1.14.0 ENV LIBRESSL_VERSION=2.7.2 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ @@ -126,7 +126,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ && tar -zxC /usr/src -f nginx.tar.gz \ && rm nginx.tar.gz \ && cd /usr/src/nginx-$NGINX_VERSION \ - && 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 \ + && 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 \ && patch -p1 < dynamic_tls_records.patch \ && ./configure $CONFIG --with-debug \ && make -j$(getconf _NPROCESSORS_ONLN) \