Skip to content

Commit 14aa3b1

Browse files
committed
Updated mainline nginx to 1.13.3.
1 parent 7e278ff commit 14aa3b1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

mainline/alpine-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.5
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

5-
ENV NGINX_VERSION 1.13.2
5+
ENV NGINX_VERSION 1.13.3
66

77
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
88
&& CONFIG="\

mainline/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.5
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

5-
ENV NGINX_VERSION 1.13.2
5+
ENV NGINX_VERSION 1.13.3
66

77
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
88
&& CONFIG="\

mainline/stretch-perl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM debian:stretch-slim
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

5-
ENV NGINX_VERSION 1.13.2-1~stretch
6-
ENV NJS_VERSION 1.13.2.0.1.11-1~stretch
5+
ENV NGINX_VERSION 1.13.3-1~stretch
6+
ENV NJS_VERSION 1.13.3.0.1.11-1~stretch
77

88
RUN apt-get update \
99
&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 \

mainline/stretch/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM debian:stretch-slim
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

5-
ENV NGINX_VERSION 1.13.2-1~stretch
6-
ENV NJS_VERSION 1.13.2.0.1.11-1~stretch
5+
ENV NGINX_VERSION 1.13.3-1~stretch
6+
ENV NJS_VERSION 1.13.3.0.1.11-1~stretch
77

88
RUN apt-get update \
99
&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 \

0 commit comments

Comments
 (0)