diff --git a/nextflow.config b/nextflow.config index 1d955e4..1139c3c 100644 --- a/nextflow.config +++ b/nextflow.config @@ -10,13 +10,13 @@ profiles { docker { process { withLabel: py { - container = "qfobenchmark/python:2022.0" + container = "qfobenchmark/python:2022.0.1" } } process { withLabel: darwin { - container = "qfobenchmark/darwin:2022.0" + container = "qfobenchmark/darwin:2022.0.1" } } @@ -28,11 +28,11 @@ profiles { singularity { process { withLabel: py { - container = "qfobenchmark/python:2022.0" + container = "qfobenchmark/python:2022.0.1" } withLabel: darwin { - container = "qfobenchmark/darwin:2022.0" + container = "qfobenchmark/darwin:2022.0.1" } } singularity.enabled = true