From 7ac2f3bca1a916f9e45c1c09c239dd333e9f0af1 Mon Sep 17 00:00:00 2001 From: whalleyt Date: Fri, 8 Dec 2023 12:20:36 +0000 Subject: [PATCH] change base image of tbprofiler docker --- docker/Dockerfile.tbprofiler-0.9.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.tbprofiler-0.9.8 b/docker/Dockerfile.tbprofiler-0.9.8 index a6d1671..873a407 100644 --- a/docker/Dockerfile.tbprofiler-0.9.8 +++ b/docker/Dockerfile.tbprofiler-0.9.8 @@ -1,4 +1,4 @@ -FROM mambaorg/micromamba:jammy +FROM mambaorg/micromamba:1.3.0 LABEL maintainer="whalleyt@cardiff.ac.uk" \ about.summary="container for the tb-profiler" @@ -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 \ No newline at end of file +RUN tb-profiler update_tbdb --match_ref ~/tuberculosis.fasta