Skip to content

Commit d23055e

Browse files
committed
Bump to 1.9.1-1~jessie
```console $ curl -fsSL 'http://nginx.org/packages/mainline/debian/dists/jessie/nginx/binary-amd64/Packages' | awk -F ': ' '$1 == "Package" { pkg = $2 } pkg == "nginx" && $1 == "Version" { print $2 }' | sort -V | tail -1 ```
1 parent 2d9dbca commit d23055e

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 hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62
66
RUN echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list
77

8-
ENV NGINX_VERSION 1.9.0-1~jessie
8+
ENV NGINX_VERSION 1.9.1-1~jessie
99

1010
RUN apt-get update && \
1111
apt-get install -y ca-certificates nginx=${NGINX_VERSION} && \

0 commit comments

Comments
 (0)