diff --git a/nextflow.config b/nextflow.config index a39b5b4..ab980d8 100644 --- a/nextflow.config +++ b/nextflow.config @@ -45,7 +45,7 @@ params { profiles { debug { process.beforeScript = 'echo $HOSTNAME' } - process.container = 'quay.io/genepi/mtdna-server-2:v2.1.9' + process.container = 'quay.io/genepi/mtdna-server-2:v2.1.10' docker.enabled = true docker.userEmulation = true singularity.enabled = false