Use latest jq

This commit is contained in:
janskiba 2024-02-06 14:08:11 +00:00 committed by juarez
parent 32ffb33ab1
commit 51e8888fe1
1 changed files with 1 additions and 1 deletions

View File

@ -346,5 +346,5 @@ generate_simple_password(){
} }
docker_jq() { docker_jq() {
docker run --rm -i docker.verbis.dkfz.de/cache/jqlang/jq:1.7 "$@" docker run --rm -i docker.verbis.dkfz.de/cache/jqlang/jq:latest "$@"
} }