Skip to content

Commit 29b5204

Browse files
committed
Updated mainline to 1.11.12.
1 parent 0453a07 commit 29b5204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4
22

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

5-
ENV NGINX_VERSION 1.11.11
5+
ENV NGINX_VERSION 1.11.12
66

77
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
88
&& 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.11-1~jessie
5+
ENV NGINX_VERSION 1.11.12-1~jessie
66

77
RUN set -e; \
88
NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; \

0 commit comments

Comments
 (0)