Skip to content

Commit 04d0c57

Browse files
committed
1.7.8 released.
1 parent e5dd5e3 commit 04d0c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER NGINX Docker Maintainers "[email protected]"
55
RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62
66
RUN echo "deb http://nginx.org/packages/mainline/debian/ wheezy nginx" >> /etc/apt/sources.list
77

8-
ENV NGINX_VERSION 1.7.7-1~wheezy
8+
ENV NGINX_VERSION 1.7.8-1~wheezy
99

1010
RUN apt-get update && apt-get install -y nginx=${NGINX_VERSION} && rm -rf /var/lib/apt/lists/*
1111

0 commit comments

Comments
 (0)