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 0453a07 commit 29b5204Copy full SHA for 29b5204
mainline/alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.4
2
3
MAINTAINER NGINX Docker Maintainers "[email protected]"
4
5
-ENV NGINX_VERSION 1.11.11
+ENV NGINX_VERSION 1.11.12
6
7
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
8
&& CONFIG="\
mainline/jessie/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:jessie
-ENV NGINX_VERSION 1.11.11-1~jessie
+ENV NGINX_VERSION 1.11.12-1~jessie
RUN set -e; \
NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; \
0 commit comments