Skip to content

Commit

Permalink
updates grep test container version
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jun 18, 2024
1 parent 326de29 commit 1f7d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcqc/tests/grep_date_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def generate_process(self) -> Process:
f"'{path.name}'",
]
process = Process(
container="quay.io/biocontainers/coreutils:8.30--h14c3975_1000",
container="quay.io/biocontainers/coreutils:9.3",
command_args=command_args,
)
return process

0 comments on commit 1f7d969

Please sign in to comment.