Skip to content

Commit d159f6f

Browse files
committed
upgrade udocker test to v1.3.5
1 parent 72e4ffb commit d159f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_udocker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def udocker(tmp_path_factory: TempPathFactory) -> str:
2121
docker_install_dir = str(tmp_path_factory.mktemp("udocker"))
2222
with working_directory(docker_install_dir):
2323

24-
url = "https://github.com/indigo-dc/udocker/releases/download/v1.3.1/udocker-1.3.1.tar.gz"
24+
url = "https://github.com/indigo-dc/udocker/releases/download/1.3.5/udocker-1.3.5.tar.gz"
2525
install_cmds = [
2626
["curl", "-L", url, "-o", "./udocker-tarball.tgz"],
2727
["tar", "xzvf", "udocker-tarball.tgz"],

0 commit comments

Comments
 (0)