Skip to content

Commit a3c4482

Browse files
committed
minimal Singularity version is now 2.6.1
1 parent 68adf39 commit a3c4482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/argparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
211211
dockergroup.add_argument("--singularity", action="store_true",
212212
default=False, help="[experimental] Use "
213213
"Singularity runtime for running containers. "
214-
"Requires Singularity v2.3.2+ and Linux with kernel "
214+
"Requires Singularity v2.6.1+ and Linux with kernel "
215215
"version v3.18+ or with overlayfs support "
216216
"backported.")
217217
dockergroup.add_argument("--no-container", action="store_false",

0 commit comments

Comments
 (0)