We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a3fc7 commit de8822dCopy full SHA for de8822d
mainline/alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.4
2
3
MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com"
4
5
-ENV NGINX_VERSION 1.11.5
+ENV NGINX_VERSION 1.11.6
6
7
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
8
&& CONFIG="\
mainline/jessie/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:jessie
-ENV NGINX_VERSION 1.11.5-1~jessie
+ENV NGINX_VERSION 1.11.6-1~jessie
RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
&& echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list \
0 commit comments