Skip to content

Commit 1ebbaf6

Browse files
committed
stable alpine: ping to revision 417 of http://hg.nginx.org/pkg-oss.
This makes stable images buildable until the next version bump.
1 parent c10dfd0 commit 1ebbaf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 ${NGINX_VERSION}-${PKG_RELEASE} \
72+
&& hg up -r 417 \
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 ${NGINX_VERSION}-${PKG_RELEASE} \
71+
&& hg up -r 417 \
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)