Skip to content

Commit 0804f9b

Browse files
authored
1.14.0 (mainline/devel) (#6)
ngx_http_tls_dyn_size 1.13+
1 parent f7de3a4 commit 0804f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stable/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.7
22

3-
ENV NGINX_VERSION=1.12.2
3+
ENV NGINX_VERSION=1.14.0
44
ENV LIBRESSL_VERSION=2.7.2
55

66
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
@@ -126,7 +126,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
126126
&& tar -zxC /usr/src -f nginx.tar.gz \
127127
&& rm nginx.tar.gz \
128128
&& 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 \
130130
&& patch -p1 < dynamic_tls_records.patch \
131131
&& ./configure $CONFIG --with-debug \
132132
&& make -j$(getconf _NPROCESSORS_ONLN) \

0 commit comments

Comments
 (0)