From 94e7dadef01725f84dde043d3b3e56ad5c301d46 Mon Sep 17 00:00:00 2001 From: Christopher Tomkins-Tinch Date: Thu, 12 Dec 2024 10:10:29 -0500 Subject: [PATCH] viral-core 2.4.0 -> 2.4.1 in check_terra_env task --- pipes/WDL/tasks/tasks_terra.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipes/WDL/tasks/tasks_terra.wdl b/pipes/WDL/tasks/tasks_terra.wdl index 492891c29..39f777793 100644 --- a/pipes/WDL/tasks/tasks_terra.wdl +++ b/pipes/WDL/tasks/tasks_terra.wdl @@ -32,7 +32,7 @@ task gcs_copy { task check_terra_env { input { - String docker = "quay.io/broadinstitute/viral-core:2.4.0" + String docker = "quay.io/broadinstitute/viral-core:2.4.1" } meta { description: "task for inspection of backend to determine whether the task is running on Terra and/or GCP"