Skip to content

Commit 9295842

Browse files
committed
increment docker image
1 parent b942da6 commit 9295842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dcqc/tests/h5ad_htan_validator_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def generate_process(self) -> Process:
2323
f"'{path.name}'",
2424
]
2525
process = Process(
26-
container="ghcr.io/sage-bionetworks-workflows/htan-h5ad-validator:0.1",
26+
container="ghcr.io/sage-bionetworks-workflows/htan-h5ad-validator:0.1.1",
2727
command_args=command_args,
2828
)
2929
return process

0 commit comments

Comments
 (0)