Skip to content

Commit

Permalink
Merge pull request #64 from FredHutch/helloDockerHostname-update-docker
Browse files Browse the repository at this point in the history
Update helloDockerHostname.wdl
  • Loading branch information
tefirman authored Jan 16, 2025
2 parents aadcb4c + 69108a8 commit b42c6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helloDockerHostname/helloDockerHostname.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ task Hostname {
runtime {
cpu: 1
memory: "1 GB"
docker: "ubuntu:latest"
docker: "ubuntu:20.04"
}

parameter_meta {
Expand Down

0 comments on commit b42c6bd

Please sign in to comment.