Skip to content

Commit

Permalink
use newer container in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Jun 2, 2023
1 parent e537491 commit d8b9356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ profiles {
docker {
process {
withLabel: py {
container = "qfobenchmark/python:2022.0.2"
container = "qfobenchmark/python:2022.0.3"
}
}

process {
withLabel: darwin {
container = "qfobenchmark/darwin:2022.0.2"
container = "qfobenchmark/darwin:2022.0.3"
}
}

Expand Down

0 comments on commit d8b9356

Please sign in to comment.