@@ -2,7 +2,7 @@ FROM alpine:3.9
22
33LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
44
5- ENV NGINX_VERSION 1.15.11
5+ ENV NGINX_VERSION 1.15.12
66
77RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
88 && CONFIG="\
@@ -68,7 +68,6 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
6868 gd-dev \
6969 geoip-dev \
7070 git \
71- patch \
7271 && curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz \
7372 && curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc \
7473 && 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 \
9291 && rm -f nginx.tar.gz \
9392 && rm -f openssl-1.1.1b.tar.gz \
9493 && 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 \
9994 && git clone https://github.com/google/ngx_brotli.git \
10095 && cd ngx_brotli \
10196 && git submodule update --init \
@@ -126,7 +121,6 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
126121 && rm -rf /usr/src/nginx-$NGINX_VERSION \
127122 && rm -rf /usr/src/openssl-1.1.1b \
128123 && rm -rf /usr/src/ngx_brotli \
129- && rm -rf /usr/src/openssl-patch \
130124 \
131125 # Bring in gettext so we can get `envsubst`, then throw
132126 # the rest away. To do this, we need to install `gettext`
0 commit comments