Skip to content

Commit c411fde

Browse files
committed
Updated mainline nginx to 1.19.5
1 parent 3fb70dd commit c411fde

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

mainline/alpine-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM alpine:3.12
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.4
10+
ENV NGINX_VERSION 1.19.5
1111
ENV NJS_VERSION 0.4.4
1212
ENV PKG_RELEASE 1
1313

mainline/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM alpine:3.12
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.4
10+
ENV NGINX_VERSION 1.19.5
1111
ENV NJS_VERSION 0.4.4
1212
ENV PKG_RELEASE 1
1313

mainline/debian-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM debian:buster-slim
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.4
10+
ENV NGINX_VERSION 1.19.5
1111
ENV NJS_VERSION 0.4.4
1212
ENV PKG_RELEASE 1~buster
1313

mainline/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM debian:buster-slim
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.4
10+
ENV NGINX_VERSION 1.19.5
1111
ENV NJS_VERSION 0.4.4
1212
ENV PKG_RELEASE 1~buster
1313

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ declare branches=(
1010
)
1111

1212
declare -A nginx=(
13-
[mainline]='1.19.4'
13+
[mainline]='1.19.5'
1414
[stable]='1.18.0'
1515
)
1616

0 commit comments

Comments
 (0)