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

Update NGINX to 1.23, NJS to 0.7.5

parent 7ff24ba2
Branches
Tags v1.6.1
No related merge requests found
*.bak
...@@ -7,8 +7,8 @@ FROM alpine:3.16 ...@@ -7,8 +7,8 @@ FROM alpine:3.16
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.21.6 ENV NGINX_VERSION 1.23.0
ENV NJS_VERSION 0.7.3 ENV NJS_VERSION 0.7.5
ENV PKG_RELEASE 1 ENV PKG_RELEASE 1
RUN set -x \ RUN set -x \
......
...@@ -7,8 +7,8 @@ FROM alpine:3.16 ...@@ -7,8 +7,8 @@ FROM alpine:3.16
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.21.6 ENV NGINX_VERSION 1.23.0
ENV NJS_VERSION 0.7.3 ENV NJS_VERSION 0.7.5
ENV PKG_RELEASE 1 ENV PKG_RELEASE 1
RUN set -x \ RUN set -x \
......
...@@ -7,8 +7,8 @@ FROM debian:bullseye-slim ...@@ -7,8 +7,8 @@ FROM debian:bullseye-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.21.6 ENV NGINX_VERSION 1.23.0
ENV NJS_VERSION 0.7.3 ENV NJS_VERSION 0.7.5
ENV PKG_RELEASE 1~bullseye ENV PKG_RELEASE 1~bullseye
RUN set -x \ RUN set -x \
......
...@@ -7,8 +7,8 @@ FROM debian:bullseye-slim ...@@ -7,8 +7,8 @@ FROM debian:bullseye-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.21.6 ENV NGINX_VERSION 1.23.0
ENV NJS_VERSION 0.7.3 ENV NJS_VERSION 0.7.5
ENV PKG_RELEASE 1~bullseye ENV PKG_RELEASE 1~bullseye
RUN set -x \ RUN set -x \
......
...@@ -12,13 +12,13 @@ declare branches=( ...@@ -12,13 +12,13 @@ declare branches=(
# Current nginx versions # Current nginx versions
# Remember to update pkgosschecksum when changing this. # Remember to update pkgosschecksum when changing this.
declare -A nginx=( declare -A nginx=(
[mainline]='1.21.6' [mainline]='1.23.0'
[stable]='1.22.0' [stable]='1.22.0'
) )
# Current njs versions # Current njs versions
declare -A njs=( declare -A njs=(
[mainline]='0.7.3' [mainline]='0.7.5'
[stable]='0.7.4' [stable]='0.7.4'
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment