Skip to content

Commit 97398ea

Browse files
fnothaftCJ
authored andcommitted
1 parent d1c7557 commit 97398ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quinine/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build_tool = runtime-container.DONE
77
build_number ?= none
88
git_commit ?= $(shell git rev-parse HEAD)
99
name = quay.io/ucsc_cgl/quinine
10-
tag = 65bdfae289e2be6874108923e08ce073ce090a8e--${git_commit}
10+
tag = 2475aea0f800ce293dbf18e743c500a0cd51e403--${git_commit}
1111

1212
# Steps
1313
build: ${build_output} ${build_tool}

quinine/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ RUN git clone https://github.com/bigdatagenomics/quinine.git
99

1010
# build quinine
1111
WORKDIR /home/quinine
12-
RUN git checkout 65bdfae289e2be6874108923e08ce073ce090a8e
12+
RUN git checkout 2475aea0f800ce293dbf18e743c500a0cd51e403
1313

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

0 commit comments

Comments
 (0)