File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN set -x \
6969 && cd ${tempDir} \
7070 && hg clone https://hg.nginx.org/pkg-oss \
7171 && cd pkg-oss \
72- && hg up ${NGINX_VERSION}-${PKG_RELEASE} \
72+ && hg up -r 428 \
7373 && cd alpine \
7474 && make all \
7575 && 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 @@ -68,7 +68,7 @@ RUN set -x \
6868 && cd ${tempDir} \
6969 && hg clone https://hg.nginx.org/pkg-oss \
7070 && cd pkg-oss \
71- && hg up ${NGINX_VERSION}-${PKG_RELEASE} \
71+ && hg up -r 428 \
7272 && cd alpine \
7373 && make all \
7474 && 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 @@ -69,7 +69,7 @@ RUN set -x \
6969 && cd ${tempDir} \
7070 && hg clone https://hg.nginx.org/pkg-oss \
7171 && cd pkg-oss \
72- && hg up -r 417 \
72+ && hg up -r 429 \
7373 && cd alpine \
7474 && make all \
7575 && 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 @@ -68,7 +68,7 @@ RUN set -x \
6868 && cd ${tempDir} \
6969 && hg clone https://hg.nginx.org/pkg-oss \
7070 && cd pkg-oss \
71- && hg up -r 417 \
71+ && hg up -r 429 \
7272 && cd alpine \
7373 && make all \
7474 && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \
You can’t perform that action at this time.
0 commit comments