Skip to content

Commit 11fc019

Browse files
committed
1.10.1 and 1.11.1 released.
Fixes nginx#94.
1 parent 2f25936 commit 11fc019

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mainline/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.3
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

5-
ENV NGINX_VERSION 1.11.0
5+
ENV NGINX_VERSION 1.11.1
66

77
ENV GPG_KEYS B0F4253373F8F6F510D42178520A9993A1C052F8
88
ENV CONFIG "\

mainline/jessie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:jessie
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

5-
ENV NGINX_VERSION 1.11.0-1~jessie
5+
ENV NGINX_VERSION 1.11.1-1~jessie
66

77
RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
88
&& echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list \

stable/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.3
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

5-
ENV NGINX_VERSION 1.10.0
5+
ENV NGINX_VERSION 1.10.1
66

77
ENV GPG_KEYS B0F4253373F8F6F510D42178520A9993A1C052F8
88
ENV CONFIG "\

stable/jessie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:jessie
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

5-
ENV NGINX_VERSION 1.10.0-1~jessie
5+
ENV NGINX_VERSION 1.10.1-1~jessie
66

77
RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
88
&& echo "deb http://nginx.org/packages/debian/ jessie nginx" >> /etc/apt/sources.list \

0 commit comments

Comments
 (0)