Skip to content

Commit 0ad6faa

Browse files
committed
alpine: bump pkg-oss revision to fetch njs 0.3.5 sources
1 parent e3bbc11 commit 0ad6faa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mainline/alpine-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

mainline/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

stable/alpine-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

stable/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)