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.
2 parents 7f3ef09 + 85ed677 commit 54a6fe6Copy full SHA for 54a6fe6
Dockerfile
@@ -5,7 +5,7 @@ MAINTAINER NGINX Docker Maintainers "[email protected]"
5
RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62
6
RUN echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list
7
8
-ENV NGINX_VERSION 1.9.4-1~jessie
+ENV NGINX_VERSION 1.9.5-1~jessie
9
10
RUN apt-get update && \
11
apt-get install -y ca-certificates nginx=${NGINX_VERSION} && \
0 commit comments