File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:3.4
22
33MAINTAINER NGINX Docker Maintainers
"[email protected] " 44
5- ENV NGINX_VERSION 1.11.3
5+ ENV NGINX_VERSION 1.11.4
66
77RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
88 && CONFIG="\
@@ -41,6 +41,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
4141 --with-threads \
4242 --with-stream \
4343 --with-stream_ssl_module \
44+ --with-stream_realip_module \
4445 --with-stream_geoip_module=dynamic \
4546 --with-http_slice_module \
4647 --with-mail \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:jessie
22
33MAINTAINER NGINX Docker Maintainers
"[email protected] " 44
5- ENV NGINX_VERSION 1.11.3 -1~jessie
5+ ENV NGINX_VERSION 1.11.4 -1~jessie
66
77RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
88 && echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list \
You can’t perform that action at this time.
0 commit comments