From 25aac019e3b196992ca602c6010facfabc2f6723 Mon Sep 17 00:00:00 2001 From: Sascha Meiers <meiers@embl.de> Date: Sat, 27 Oct 2018 14:07:37 +0200 Subject: [PATCH] Switch to latest mosaicatcher version inside the Docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9701632..a8f1b0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ RUN apt-get update \ && apt-get install --no-install-recommends -y $BUILD_DEPS \ && git clone https://github.com/friendsofstrandseq/mosaicatcher.git \ && cd mosaicatcher \ - && git checkout 0.3 \ + && git checkout 0.3.1-dev \ && mkdir build \ && cd build \ && cmake ../src/ \ -- GitLab