Skip to content

Commit ee6b833

Browse files
lucacomethresheek
authored andcommitted
Bump NGINX mainline to 1.25.0, NJS to 0.7.12
1 parent b053826 commit ee6b833

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

mainline/alpine-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
6-
FROM nginx:1.23.4-alpine
6+
FROM nginx:1.25.0-alpine
77

88
RUN set -x \
99
&& apkArch="$(cat /etc/apk/arch)" \

mainline/alpine-slim/Dockerfile

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

88
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
99

10-
ENV NGINX_VERSION 1.23.4
10+
ENV NGINX_VERSION 1.25.0
1111
ENV PKG_RELEASE 1
1212

1313
RUN set -x \

mainline/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
6-
FROM nginx:1.23.4-alpine-slim
6+
FROM nginx:1.25.0-alpine-slim
77

8-
ENV NJS_VERSION 0.7.11
8+
ENV NJS_VERSION 0.7.12
99

1010
RUN set -x \
1111
&& apkArch="$(cat /etc/apk/arch)" \

mainline/debian-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
6-
FROM nginx:1.23.4
6+
FROM nginx:1.25.0
77

88
RUN set -x \
99
&& apt-get update \

mainline/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ FROM debian:bullseye-slim
77

88
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
99

10-
ENV NGINX_VERSION 1.23.4
11-
ENV NJS_VERSION 0.7.11
10+
ENV NGINX_VERSION 1.25.0
11+
ENV NJS_VERSION 0.7.12
1212
ENV PKG_RELEASE 1~bullseye
1313

1414
RUN set -x \

update.sh

Lines changed: 2 additions & 2 deletions
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.23.4'
15+
[mainline]='1.25.0'
1616
[stable]='1.24.0'
1717
)
1818

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

0 commit comments

Comments
 (0)