.latch/Dockerfile
in your project directory when a Nextflow workflow
is registered.
.latch/Dockerfile
in your project directory.
The FROM
line at the top of the file will include the Nextflow version that your workflow is running. For example, the following
Dockerfile is using Nextflow version 1.1.3:
.latch/config
file to include the desired version of Nextflow.
For example, to upgrade to version 1.1.4
, you can update the base_image
field in your .latch/config
file: