Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Nov 25, 2021
1 parent ba453dc commit 550b5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WORKDIR $APPS_HOME
ENV APP_NAME=taxon-tools
RUN git clone https://github.com/camwebb/$APP_NAME.git && \
cd $APP_NAME && \
git checkout 8f8b5e2611b6fdef1998b7878e93e60a9bc7c130 && \
git checkout 509cb5241d97d13cf254c01f202dcb3581c3cd53 && \
make check && \
make install

Expand All @@ -34,6 +34,6 @@ make install
RUN install2.r --error \
data.table

RUN R -e "remotes::install_github('joelnitta/taxastand')"
RUN R -e "remotes::install_github('joelnitta/taxastand@v0.0.0.9000')"

WORKDIR /home/rstudio/

0 comments on commit 550b5db

Please # to comment.