Skip to content

Commit 2c611c4

Browse files
alessfgthresheek
authored andcommitted
Update mainline NGINX to 1.13.4
1 parent 849fed0 commit 2c611c4

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
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_VERSION 1.13.3
5+
ENV NGINX_VERSION 1.13.4
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
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_VERSION 1.13.3
5+
ENV NGINX_VERSION 1.13.4
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
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_VERSION 1.13.3-1~stretch
6-
ENV NJS_VERSION 1.13.3.0.1.11-1~stretch
5+
ENV NGINX_VERSION 1.13.4-1~stretch
6+
ENV NJS_VERSION 1.13.4.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
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_VERSION 1.13.3-1~stretch
6-
ENV NJS_VERSION 1.13.3.0.1.11-1~stretch
5+
ENV NGINX_VERSION 1.13.4-1~stretch
6+
ENV NJS_VERSION 1.13.4.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)