Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quinine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build_tool = runtime-container.DONE
build_number ?= none
git_commit ?= $(shell git rev-parse HEAD)
name = quay.io/ucsc_cgl/quinine
tag = 65bdfae289e2be6874108923e08ce073ce090a8e--${git_commit}
tag = 2475aea0f800ce293dbf18e743c500a0cd51e403--${git_commit}

# Steps
build: ${build_output} ${build_tool}
Expand Down
2 changes: 1 addition & 1 deletion quinine/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN git clone https://github.com/bigdatagenomics/quinine.git

# build quinine
WORKDIR /home/quinine
RUN git checkout 65bdfae289e2be6874108923e08ce073ce090a8e
RUN git checkout 2475aea0f800ce293dbf18e743c500a0cd51e403

RUN /opt/apache-maven-3.3.9/bin/mvn package -DskipTests