Skip to content

Commit

Permalink
Update Docker version in WDL
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Sep 25, 2024
1 parent a5f9f6f commit 3ba9d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_dbgap_files.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ task fetch_files {
}
runtime {
# Pull from DockerHub
docker: "uwgac/fetch-dbgap-files:0.2.0"
docker: "uwgac/fetch-dbgap-files:0.2.1"
disks: "local-disk ${disk_gb} SSD"
}
}

0 comments on commit 3ba9d7c

Please sign in to comment.