We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3043355 commit 600528bCopy full SHA for 600528b
src/dcqc/tests/tests.py
@@ -101,7 +101,7 @@ def generate_process(self) -> Process:
101
path = file.local_path.as_posix()
102
command_args = ["tiffinfo", path]
103
process = Process(
104
- container="quay.io/brunograndephd/libtiff:2.0",
+ container="quay.io/sagebionetworks/libtiff:2.0",
105
command_args=command_args,
106
)
107
return process
0 commit comments