Skip to content

Commit 04226fe

Browse files
lucacomethresheek
authored andcommitted
Update NGINX to 1.23, NJS to 0.7.5
1 parent 7ff24ba commit 04226fe

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.bak

mainline/alpine-perl/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ FROM alpine:3.16
77

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

10-
ENV NGINX_VERSION 1.21.6
11-
ENV NJS_VERSION 0.7.3
10+
ENV NGINX_VERSION 1.23.0
11+
ENV NJS_VERSION 0.7.5
1212
ENV PKG_RELEASE 1
1313

1414
RUN set -x \

mainline/alpine/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ FROM alpine:3.16
77

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

10-
ENV NGINX_VERSION 1.21.6
11-
ENV NJS_VERSION 0.7.3
10+
ENV NGINX_VERSION 1.23.0
11+
ENV NJS_VERSION 0.7.5
1212
ENV PKG_RELEASE 1
1313

1414
RUN set -x \

mainline/debian-perl/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ FROM debian:bullseye-slim
77

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

10-
ENV NGINX_VERSION 1.21.6
11-
ENV NJS_VERSION 0.7.3
10+
ENV NGINX_VERSION 1.23.0
11+
ENV NJS_VERSION 0.7.5
1212
ENV PKG_RELEASE 1~bullseye
1313

1414
RUN set -x \

mainline/debian/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ FROM debian:bullseye-slim
77

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

10-
ENV NGINX_VERSION 1.21.6
11-
ENV NJS_VERSION 0.7.3
10+
ENV NGINX_VERSION 1.23.0
11+
ENV NJS_VERSION 0.7.5
1212
ENV PKG_RELEASE 1~bullseye
1313

1414
RUN set -x \

update.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ declare branches=(
1212
# Current nginx versions
1313
# Remember to update pkgosschecksum when changing this.
1414
declare -A nginx=(
15-
[mainline]='1.21.6'
15+
[mainline]='1.23.0'
1616
[stable]='1.22.0'
1717
)
1818

1919
# Current njs versions
2020
declare -A njs=(
21-
[mainline]='0.7.3'
21+
[mainline]='0.7.5'
2222
[stable]='0.7.4'
2323
)
2424

0 commit comments

Comments
 (0)