File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:3.3
22
33MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com"
44
5- ENV NGINX_VERSION 1.9.12
5+ ENV NGINX_VERSION 1.9.13
66
77ENV GPG_KEYS B0F4253373F8F6F510D42178520A9993A1C052F8
88ENV CONFIG "\
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:jessie
22
33MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com"
44
5- ENV NGINX_VERSION 1.9.12 -1~jessie
5+ ENV NGINX_VERSION 1.9.13 -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 \
@@ -13,6 +13,8 @@ RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC64107
1313 nginx-module-xslt \
1414 nginx-module-geoip \
1515 nginx-module-image-filter \
16+ nginx-module-perl \
17+ nginx-module-njs \
1618 gettext-base \
1719 && rm -rf /var/lib/apt/lists/*
1820
You can’t perform that action at this time.
0 commit comments