Skip to content

Commit 210069c

Browse files
committed
Fix latestVersion
1 parent 390d272 commit 210069c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ process latestDocker {
1717
}
1818

1919
process versionedDocker {
20-
container 'katetran/dockstore-tool-helloworld:1@sha256:helloworld'
20+
container 'katetran/dockstore-tool-helloworld:1'
2121

2222
exec:
2323
println "versionedDocker"

0 commit comments

Comments
 (0)