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

Updated mainline nginx to 1.19.6 and njs to 0.5.0

parent 14e73942
Branches
Tags
No related merge requests found
......@@ -7,8 +7,8 @@ FROM alpine:3.12
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.19.5
ENV NJS_VERSION 0.4.4
ENV NGINX_VERSION 1.19.6
ENV NJS_VERSION 0.5.0
ENV PKG_RELEASE 1
RUN set -x \
......
......@@ -7,8 +7,8 @@ FROM alpine:3.12
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.19.5
ENV NJS_VERSION 0.4.4
ENV NGINX_VERSION 1.19.6
ENV NJS_VERSION 0.5.0
ENV PKG_RELEASE 1
RUN set -x \
......
......@@ -7,8 +7,8 @@ FROM debian:buster-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.19.5
ENV NJS_VERSION 0.4.4
ENV NGINX_VERSION 1.19.6
ENV NJS_VERSION 0.5.0
ENV PKG_RELEASE 1~buster
RUN set -x \
......
......@@ -7,8 +7,8 @@ FROM debian:buster-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.19.5
ENV NJS_VERSION 0.4.4
ENV NGINX_VERSION 1.19.6
ENV NJS_VERSION 0.5.0
ENV PKG_RELEASE 1~buster
RUN set -x \
......
......@@ -10,13 +10,13 @@ declare branches=(
)
declare -A nginx=(
[mainline]='1.19.5'
[mainline]='1.19.6'
[stable]='1.18.0'
)
defaultnjs='0.4.4'
defaultnjs='0.5.0'
declare -A njs=(
#[stable]='0.4.3'
[stable]='0.4.4'
)
defaultpkg='1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment