Skip to content

Commit

Permalink
change base image of tbprofiler docker
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Dec 8, 2023
1 parent bf1a6c8 commit 7ac2f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.tbprofiler-0.9.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mambaorg/micromamba:jammy
FROM mambaorg/micromamba:1.3.0

LABEL maintainer="[email protected]" \
about.summary="container for the tb-profiler"
Expand Down Expand Up @@ -43,4 +43,4 @@ ENV PATH="/opt/conda/bin:${PATH}"
RUN tb-profiler update_tbdb --commit ${TBDB_VER}

#pre-add our TB reference
RUN tb-profiler update_tbdb --match_ref ~/tuberculosis.fasta
RUN tb-profiler update_tbdb --match_ref ~/tuberculosis.fasta

0 comments on commit 7ac2f3b

Please sign in to comment.