Skip to content
Snippets Groups Projects
Commit ee6b833b authored by Luca Comellini's avatar Luca Comellini Committed by Konstantin Pavlov
Browse files

Bump NGINX mainline to 1.25.0, NJS to 0.7.12

parent b053826f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM nginx:1.23.4-alpine
FROM nginx:1.25.0-alpine
RUN set -x \
&& apkArch="$(cat /etc/apk/arch)" \
......
......@@ -7,7 +7,7 @@ FROM alpine:3.17
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.23.4
ENV NGINX_VERSION 1.25.0
ENV PKG_RELEASE 1
RUN set -x \
......
......@@ -3,9 +3,9 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM nginx:1.23.4-alpine-slim
FROM nginx:1.25.0-alpine-slim
ENV NJS_VERSION 0.7.11
ENV NJS_VERSION 0.7.12
RUN set -x \
&& apkArch="$(cat /etc/apk/arch)" \
......
......@@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM nginx:1.23.4
FROM nginx:1.25.0
RUN set -x \
&& apt-get update \
......
......@@ -7,8 +7,8 @@ FROM debian:bullseye-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.23.4
ENV NJS_VERSION 0.7.11
ENV NGINX_VERSION 1.25.0
ENV NJS_VERSION 0.7.12
ENV PKG_RELEASE 1~bullseye
RUN set -x \
......
......@@ -12,13 +12,13 @@ declare branches=(
# Current nginx versions
# Remember to update pkgosschecksum when changing this.
declare -A nginx=(
[mainline]='1.23.4'
[mainline]='1.25.0'
[stable]='1.24.0'
)
# Current njs versions
declare -A njs=(
[mainline]='0.7.11'
[mainline]='0.7.12'
[stable]='0.7.12'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment