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 014e624 commit 7b33a90Copy full SHA for 7b33a90
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.9
+ENV NGINX_VERSION 1.11.10
6
7
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
8
&& CONFIG="\
mainline/jessie/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:jessie
-ENV NGINX_VERSION 1.11.9-1~jessie
+ENV NGINX_VERSION 1.11.10-1~jessie
RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
&& echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list \
0 commit comments