Skip to content

Commit 2000ea0

Browse files
committed
Increment tag to force image rebuild
1 parent b6419b2 commit 2000ea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

encode-map/mapping_image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN wget http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmoma
3333
RUN git clone --branch 0.7.10 https://github.com/lh3/bwa.git bwa_0_7_10 \
3434
&& (cd bwa_0_7_10 && make)
3535
# ENCODE pipeline container repo
36-
RUN git clone https://github.com/ENCODE-DCC/pipeline-container.git \
36+
RUN git clone --branch v0.2 https://github.com/ENCODE-DCC/pipeline-container.git \
3737
&& (cd /image_software/pipeline-container && git fetch && git pull)
3838

3939
RUN groupadd -r ubuntu && useradd --no-log-init -r -g ubuntu ubuntu

0 commit comments

Comments
 (0)