Bump default rkt version
This commit is contained in:
parent
1d566f8de8
commit
6d5e898cb8
|
@ -65,7 +65,7 @@ def get_rkt_achive_dest_dir():
|
||||||
|
|
||||||
def download_rkt(debug=False):
|
def download_rkt(debug=False):
|
||||||
"""Download a local copy of rkt in the tamarin workspace and return the absolute path to the archive"""
|
"""Download a local copy of rkt in the tamarin workspace and return the absolute path to the archive"""
|
||||||
url = "https://github.com/coreos/rkt/releases/download/v1.22.0/rkt-v1.22.0.tar.gz"
|
url = "https://github.com/coreos/rkt/releases/download/v1.25.0/rkt-v1.25.0.tar.gz"
|
||||||
file_path=os.path.join(os.sep, get_workspace_subdir('tmp'), "rkt.tar.gz")
|
file_path=os.path.join(os.sep, get_workspace_subdir('tmp'), "rkt.tar.gz")
|
||||||
web.download_file(file_url=url, dest_path=file_path)
|
web.download_file(file_url=url, dest_path=file_path)
|
||||||
return file_path
|
return file_path
|
||||||
|
|
Loading…
Reference in New Issue