diff --git a/Dockerfile b/Dockerfile index 970163202ae2961ce029cd64ba205f8765451e25..a8f1b0fd5efd1159c5484ce3411bbeefdba388d8 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/ \