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

Updated njs to 0.4.4 on stable images

parent 0dc809fa
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FROM alpine:3.11
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.18.0
ENV NJS_VERSION 0.4.3
ENV NJS_VERSION 0.4.4
ENV PKG_RELEASE 1
RUN set -x \
......@@ -65,7 +65,7 @@ RUN set -x \
&& cd ${tempDir} \
&& hg clone https://hg.nginx.org/pkg-oss \
&& cd pkg-oss \
&& hg up -r 494 \
&& hg up -r 500 \
&& cd alpine \
&& make all \
&& apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \
......
......@@ -3,7 +3,7 @@ FROM alpine:3.11
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.18.0
ENV NJS_VERSION 0.4.3
ENV NJS_VERSION 0.4.4
ENV PKG_RELEASE 1
RUN set -x \
......@@ -64,7 +64,7 @@ RUN set -x \
&& cd ${tempDir} \
&& hg clone https://hg.nginx.org/pkg-oss \
&& cd pkg-oss \
&& hg up -r 494 \
&& hg up -r 500 \
&& cd alpine \
&& make all \
&& apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \
......
......@@ -3,7 +3,7 @@ FROM debian:buster-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.18.0
ENV NJS_VERSION 0.4.3
ENV NJS_VERSION 0.4.4
ENV PKG_RELEASE 1~buster
RUN set -x \
......
......@@ -3,7 +3,7 @@ FROM debian:buster-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.18.0
ENV NJS_VERSION 0.4.3
ENV NJS_VERSION 0.4.4
ENV PKG_RELEASE 1~buster
RUN set -x \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment