From 5f62ef9d0e4ab4d7baba7fa0aa237407b27296bf Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia <alessfg@hotmail.com> Date: Wed, 9 Aug 2017 14:53:59 -0700 Subject: [PATCH] Update NJS version to 0.12 --- mainline/stretch-perl/Dockerfile | 2 +- mainline/stretch/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mainline/stretch-perl/Dockerfile b/mainline/stretch-perl/Dockerfile index 8cced07..b6a8c06 100644 --- a/mainline/stretch-perl/Dockerfile +++ b/mainline/stretch-perl/Dockerfile @@ -3,7 +3,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" ENV NGINX_VERSION 1.13.4-1~stretch -ENV NJS_VERSION 1.13.4.0.1.11-1~stretch +ENV NJS_VERSION 1.13.4.0.1.12-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 0cdbb1c..1bafa5d 100644 --- a/mainline/stretch/Dockerfile +++ b/mainline/stretch/Dockerfile @@ -3,7 +3,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" ENV NGINX_VERSION 1.13.4-1~stretch -ENV NJS_VERSION 1.13.4.0.1.11-1~stretch +ENV NJS_VERSION 1.13.4.0.1.12-1~stretch RUN apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 \ -- GitLab