Skip to content

Commit 464886a

Browse files
committed
Updated mainline nginx to 1.19.10
1 parent e129306 commit 464886a

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.13
77

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

10-
ENV NGINX_VERSION 1.19.9
10+
ENV NGINX_VERSION 1.19.10
1111
ENV NJS_VERSION 0.5.3
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.13
77

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

10-
ENV NGINX_VERSION 1.19.9
10+
ENV NGINX_VERSION 1.19.10
1111
ENV NJS_VERSION 0.5.3
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.9
10+
ENV NGINX_VERSION 1.19.10
1111
ENV NJS_VERSION 0.5.3
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.9
10+
ENV NGINX_VERSION 1.19.10
1111
ENV NJS_VERSION 0.5.3
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.9'
13+
[mainline]='1.19.10'
1414
[stable]='1.18.0'
1515
)
1616

0 commit comments

Comments
 (0)