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

Commit 550b5db

Browse files
committed
Bump version
1 parent ba453dc commit 550b5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ WORKDIR $APPS_HOME
2525
ENV APP_NAME=taxon-tools
2626
RUN git clone https://github.com/camwebb/$APP_NAME.git && \
2727
cd $APP_NAME && \
28-
git checkout 8f8b5e2611b6fdef1998b7878e93e60a9bc7c130 && \
28+
git checkout 509cb5241d97d13cf254c01f202dcb3581c3cd53 && \
2929
make check && \
3030
make install
3131

@@ -34,6 +34,6 @@ make install
3434
RUN install2.r --error \
3535
data.table
3636

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

3939
WORKDIR /home/rstudio/

0 commit comments

Comments
 (0)