Skip to content

Commit

Permalink
docker update for offical v4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjohnhaas committed Sep 18, 2023
1 parent e7f7b48 commit bcce6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ RUN apt-get update && apt-get install -y git

WORKDIR $SRC
ENV CTAT_MUTATIONS_TAG=v4.0.0
ENV CTAT_MUTATIONS_COMMIT=1895d9b322a166b1d3a4654ecc245ddda6bf4226
ENV CTAT_MUTATIONS_COMMIT=e7f7b48f88a89fcda20e41ecb38916980ac096f2
RUN git clone https://github.com/NCIP/ctat-mutations.git && \
cd ctat-mutations && \
git checkout $CTAT_MUTATIONS_COMMIT && \
Expand Down

0 comments on commit bcce6f3

Please sign in to comment.