File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:3.11
33LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 44
55ENV NGINX_VERSION 1.18.0
6- ENV NJS_VERSION 0.4.3
6+ ENV NJS_VERSION 0.4.4
77ENV PKG_RELEASE 1
88
99RUN set -x \
@@ -65,7 +65,7 @@ RUN set -x \
6565 && cd ${tempDir} \
6666 && hg clone https://hg.nginx.org/pkg-oss \
6767 && cd pkg-oss \
68- && hg up -r 494 \
68+ && hg up -r 500 \
6969 && cd alpine \
7070 && make all \
7171 && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:3.11
33LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 44
55ENV NGINX_VERSION 1.18.0
6- ENV NJS_VERSION 0.4.3
6+ ENV NJS_VERSION 0.4.4
77ENV PKG_RELEASE 1
88
99RUN set -x \
@@ -64,7 +64,7 @@ RUN set -x \
6464 && cd ${tempDir} \
6565 && hg clone https://hg.nginx.org/pkg-oss \
6666 && cd pkg-oss \
67- && hg up -r 494 \
67+ && hg up -r 500 \
6868 && cd alpine \
6969 && make all \
7070 && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:buster-slim
33LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 44
55ENV NGINX_VERSION 1.18.0
6- ENV NJS_VERSION 0.4.3
6+ ENV NJS_VERSION 0.4.4
77ENV PKG_RELEASE 1~buster
88
99RUN set -x \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:buster-slim
33LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 44
55ENV NGINX_VERSION 1.18.0
6- ENV NJS_VERSION 0.4.3
6+ ENV NJS_VERSION 0.4.4
77ENV PKG_RELEASE 1~buster
88
99RUN set -x \
You can’t perform that action at this time.
0 commit comments