Skip to content

Commit c308ce3

Browse files
committed
Updated njs for stable images to 0.3.2
1 parent 9674d10 commit c308ce3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

stable/alpine-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3.9
33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.16.0
6-
ENV NJS_VERSION 0.3.1
6+
ENV NJS_VERSION 0.3.2
77
ENV PKG_RELEASE 1
88

99
RUN set -x \

stable/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3.9
33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.16.0
6-
ENV NJS_VERSION 0.3.1
6+
ENV NJS_VERSION 0.3.2
77
ENV PKG_RELEASE 1
88

99
RUN set -x \

stable/stretch-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:stretch-slim
33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.16.0
6-
ENV NJS_VERSION 0.3.1
6+
ENV NJS_VERSION 0.3.2
77
ENV PKG_RELEASE 1~stretch
88

99
RUN set -x \

stable/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:stretch-slim
33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.16.0
6-
ENV NJS_VERSION 0.3.1
6+
ENV NJS_VERSION 0.3.2
77
ENV PKG_RELEASE 1~stretch
88

99
RUN set -x \

0 commit comments

Comments
 (0)