We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e4ffb commit d159f6fCopy full SHA for d159f6f
tests/test_udocker.py
@@ -21,7 +21,7 @@ def udocker(tmp_path_factory: TempPathFactory) -> str:
21
docker_install_dir = str(tmp_path_factory.mktemp("udocker"))
22
with working_directory(docker_install_dir):
23
24
- url = "https://github.com/indigo-dc/udocker/releases/download/v1.3.1/udocker-1.3.1.tar.gz"
+ url = "https://github.com/indigo-dc/udocker/releases/download/1.3.5/udocker-1.3.5.tar.gz"
25
install_cmds = [
26
["curl", "-L", url, "-o", "./udocker-tarball.tgz"],
27
["tar", "xzvf", "udocker-tarball.tgz"],
0 commit comments