Skip to content

Commit d7d13cc

Browse files
committed
switch to my fork of brian's container
1 parent f8c25df commit d7d13cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testdata/dockstore-tool-md5sum.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ doc: |
2222

2323
requirements:
2424
- class: DockerRequirement
25-
dockerPull: quay.io/briandoconnor/dockstore-tool-md5sum:1.0.4
25+
dockerPull: quay.io/mr_c/dockstore-tool-md5sum:1.0.4
2626
- class: InlineJavascriptRequirement
2727

2828
hints:

testdata/md5sum.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ task md5 {
1010
}
1111

1212
runtime {
13-
docker: "quay.io/briandoconnor/dockstore-tool-md5sum:1.0.4"
13+
docker: "quay.io/mr_c/dockstore-tool-md5sum:1.0.4"
1414
cpu: 1
1515
memory: "512 MB"
1616
}

0 commit comments

Comments
 (0)