Skip to content

Commit d496baf

Browse files
Exagone313thresheek
authored andcommitted
Updated nginx mainline to 1.21.3
Signed-off-by: Elouan Martinet <[email protected]>
1 parent 75bc83e commit d496baf

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

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

10-
ENV NGINX_VERSION 1.21.2
10+
ENV NGINX_VERSION 1.21.3
1111
ENV NJS_VERSION 0.6.2
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.14
77

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

10-
ENV NGINX_VERSION 1.21.2
10+
ENV NGINX_VERSION 1.21.3
1111
ENV NJS_VERSION 0.6.2
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.21.2
10+
ENV NGINX_VERSION 1.21.3
1111
ENV NJS_VERSION 0.6.2
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.21.2
10+
ENV NGINX_VERSION 1.21.3
1111
ENV NJS_VERSION 0.6.2
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.21.2'
13+
[mainline]='1.21.3'
1414
[stable]='1.20.1'
1515
)
1616

0 commit comments

Comments
 (0)