Skip to content

Commit

Permalink
Merge pull request #571 from broadinstitute/ct-check_terra_env-viral-…
Browse files Browse the repository at this point in the history
…core-global-pin

remove exemption from global version pin for viral-core image used in check_terra_env; update viral-core spec of the task to 2.4.0
  • Loading branch information
dpark01 authored Nov 22, 2024
2 parents fdb5f8b + 5487410 commit 6c59d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_terra.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ task gcs_copy {

task check_terra_env {
input {
String docker = "quay.io/broadinstitute/viral-core:2.2.2" #skip-global-version-pin
String docker = "quay.io/broadinstitute/viral-core:2.4.0"
}
meta {
description: "task for inspection of backend to determine whether the task is running on Terra and/or GCP"
Expand Down

0 comments on commit 6c59d05

Please sign in to comment.