Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Oct 2, 2022
1 parent 5cefc03 commit b31dc70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WDL/runtime/config_templates/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ flock = true

[download_aria2c]
# see: https://github.com/chanzuckerberg/miniwdl/tree/main/tools_image
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_73733b619d46f8a3f75229fb6d0b3f61868d159be5fb0ddc3a04613feab9ad18
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_bd3b7d7d322c2fab5e63b8e9342569fa4991fff8e08ace5a7cf9dd71fffd1b4c


[download_awscli]
Expand All @@ -186,12 +186,12 @@ docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_73733b619d46f8a3f75229fb6d0
# Failing all of the above, public S3 URIs can always be used.
host_credentials = false
# see: https://github.com/chanzuckerberg/miniwdl/tree/main/tools_image
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_73733b619d46f8a3f75229fb6d0b3f61868d159be5fb0ddc3a04613feab9ad18
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_bd3b7d7d322c2fab5e63b8e9342569fa4991fff8e08ace5a7cf9dd71fffd1b4c


[download_gsutil]
# current version from https://github.com/GoogleCloudPlatform/cloud-sdk-docker/releases
docker = gcr.io/google.com/cloudsdktool/cloud-sdk:398.0.0-slim
docker = gcr.io/google.com/cloudsdktool/cloud-sdk:404.0.0-slim


[call_cache]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Packages needed for miniwdl to run in common use. Additional packages needed
# for miniwdl development are listed in requirements.dev.txt.
setuptools>=39.1.0
importlib-metadata~=5.0
importlib-metadata>=3.10.1
regex>=2020.4.4
xdg>=2.0.0
docker>=3.4.0
Expand Down

0 comments on commit b31dc70

Please sign in to comment.