@@ -2,7 +2,7 @@ FROM alpine:3.9
2
2
3
3
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
4
4
5
- ENV NGINX_VERSION 1.15.11
5
+ ENV NGINX_VERSION 1.15.12
6
6
7
7
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
8
8
&& CONFIG="\
@@ -68,7 +68,6 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
68
68
gd-dev \
69
69
geoip-dev \
70
70
git \
71
- patch \
72
71
&& curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz \
73
72
&& curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc \
74
73
&& curl -fSL https://www.openssl.org/source/openssl-1.1.1b.tar.gz -o openssl-1.1.1b.tar.gz \
@@ -92,10 +91,6 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
92
91
&& rm -f nginx.tar.gz \
93
92
&& rm -f openssl-1.1.1b.tar.gz \
94
93
&& cd /usr/src \
95
- && git clone https://github.com/hakasenyang/openssl-patch.git \
96
- && cd openssl-1.1.1b \
97
- && patch -p1 < ../openssl-patch/openssl-equal-1.1.1b_ciphers.patch \
98
- && cd /usr/src \
99
94
&& git clone https://github.com/google/ngx_brotli.git \
100
95
&& cd ngx_brotli \
101
96
&& git submodule update --init \
@@ -126,7 +121,6 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
126
121
&& rm -rf /usr/src/nginx-$NGINX_VERSION \
127
122
&& rm -rf /usr/src/openssl-1.1.1b \
128
123
&& rm -rf /usr/src/ngx_brotli \
129
- && rm -rf /usr/src/openssl-patch \
130
124
\
131
125
# Bring in gettext so we can get `envsubst`, then throw
132
126
# the rest away. To do this, we need to install `gettext`
0 commit comments