Skip to content

Commit

Permalink
updating docker for v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjohnhaas committed Mar 13, 2024
1 parent 86fa82a commit 980972a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ RUN curl -L https://github.com/lh3/minimap2/releases/download/v2.26/minimap2-2.2
RUN apt-get update && apt-get install -y git

WORKDIR $SRC
ENV CTAT_MUTATIONS_TAG=v4.0.0
ENV CTAT_MUTATIONS_COMMIT=e7f7b48f88a89fcda20e41ecb38916980ac096f2
ENV CTAT_MUTATIONS_TAG=v4.1.0
ENV CTAT_MUTATIONS_COMMIT=86fa82a26b1671ebe462ecea097a65e16511ff43
RUN git clone https://github.com/NCIP/ctat-mutations.git && \
cd ctat-mutations && \
git checkout $CTAT_MUTATIONS_COMMIT && \
Expand Down
2 changes: 1 addition & 1 deletion Docker/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.1.0

0 comments on commit 980972a

Please sign in to comment.