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