Skip to content
Snippets Groups Projects
Commit dcaaf66e authored by Konstantin Pavlov's avatar Konstantin Pavlov
Browse files

Updated mainline nginx to 1.19.8 and njs to 0.5.2

parent 636b7e36
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ FROM alpine:3.13 ...@@ -7,8 +7,8 @@ FROM alpine:3.13
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.19.7 ENV NGINX_VERSION 1.19.8
ENV NJS_VERSION 0.5.1 ENV NJS_VERSION 0.5.2
ENV PKG_RELEASE 1 ENV PKG_RELEASE 1
RUN set -x \ RUN set -x \
......
...@@ -7,8 +7,8 @@ FROM alpine:3.13 ...@@ -7,8 +7,8 @@ FROM alpine:3.13
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.19.7 ENV NGINX_VERSION 1.19.8
ENV NJS_VERSION 0.5.1 ENV NJS_VERSION 0.5.2
ENV PKG_RELEASE 1 ENV PKG_RELEASE 1
RUN set -x \ RUN set -x \
......
...@@ -7,8 +7,8 @@ FROM debian:buster-slim ...@@ -7,8 +7,8 @@ FROM debian:buster-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.19.7 ENV NGINX_VERSION 1.19.8
ENV NJS_VERSION 0.5.1 ENV NJS_VERSION 0.5.2
ENV PKG_RELEASE 1~buster ENV PKG_RELEASE 1~buster
RUN set -x \ RUN set -x \
......
...@@ -7,8 +7,8 @@ FROM debian:buster-slim ...@@ -7,8 +7,8 @@ FROM debian:buster-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.19.7 ENV NGINX_VERSION 1.19.8
ENV NJS_VERSION 0.5.1 ENV NJS_VERSION 0.5.2
ENV PKG_RELEASE 1~buster ENV PKG_RELEASE 1~buster
RUN set -x \ RUN set -x \
......
...@@ -10,11 +10,11 @@ declare branches=( ...@@ -10,11 +10,11 @@ declare branches=(
) )
declare -A nginx=( declare -A nginx=(
[mainline]='1.19.7' [mainline]='1.19.8'
[stable]='1.18.0' [stable]='1.18.0'
) )
defaultnjs='0.5.1' defaultnjs='0.5.2'
declare -A njs=( declare -A njs=(
[stable]='0.4.4' [stable]='0.4.4'
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment