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 e5dd5e3 commit 04d0c57Copy full SHA for 04d0c57
Dockerfile
@@ -5,7 +5,7 @@ MAINTAINER NGINX Docker Maintainers "[email protected]"
5
RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62
6
RUN echo "deb http://nginx.org/packages/mainline/debian/ wheezy nginx" >> /etc/apt/sources.list
7
8
-ENV NGINX_VERSION 1.7.7-1~wheezy
+ENV NGINX_VERSION 1.7.8-1~wheezy
9
10
RUN apt-get update && apt-get install -y nginx=${NGINX_VERSION} && rm -rf /var/lib/apt/lists/*
11
0 commit comments