From 2c611c42138d1992d1b93a0d29b1806e807d6ae7 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Wed, 9 Aug 2017 09:55:31 -0700 Subject: [PATCH] Update mainline NGINX to 1.13.4 --- mainline/alpine-perl/Dockerfile | 2 +- mainline/alpine/Dockerfile | 2 +- mainline/stretch-perl/Dockerfile | 4 ++-- mainline/stretch/Dockerfile | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mainline/alpine-perl/Dockerfile b/mainline/alpine-perl/Dockerfile index f66fcab7..9a7bbe84 100644 --- a/mainline/alpine-perl/Dockerfile +++ b/mainline/alpine-perl/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.5 LABEL maintainer="NGINX Docker Maintainers " -ENV NGINX_VERSION 1.13.3 +ENV NGINX_VERSION 1.13.4 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ && CONFIG="\ diff --git a/mainline/alpine/Dockerfile b/mainline/alpine/Dockerfile index b2e371d3..4c2c1df7 100644 --- a/mainline/alpine/Dockerfile +++ b/mainline/alpine/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.5 LABEL maintainer="NGINX Docker Maintainers " -ENV NGINX_VERSION 1.13.3 +ENV NGINX_VERSION 1.13.4 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ && CONFIG="\ diff --git a/mainline/stretch-perl/Dockerfile b/mainline/stretch-perl/Dockerfile index 33fec654..8cced070 100644 --- a/mainline/stretch-perl/Dockerfile +++ b/mainline/stretch-perl/Dockerfile @@ -2,8 +2,8 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers " -ENV NGINX_VERSION 1.13.3-1~stretch -ENV NJS_VERSION 1.13.3.0.1.11-1~stretch +ENV NGINX_VERSION 1.13.4-1~stretch +ENV NJS_VERSION 1.13.4.0.1.11-1~stretch RUN apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 \ diff --git a/mainline/stretch/Dockerfile b/mainline/stretch/Dockerfile index 9ebc5da7..0cdbb1c7 100644 --- a/mainline/stretch/Dockerfile +++ b/mainline/stretch/Dockerfile @@ -2,8 +2,8 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers " -ENV NGINX_VERSION 1.13.3-1~stretch -ENV NJS_VERSION 1.13.3.0.1.11-1~stretch +ENV NGINX_VERSION 1.13.4-1~stretch +ENV NJS_VERSION 1.13.4.0.1.11-1~stretch RUN apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 \