Bump default rkt version

This commit is contained in:
wpetit 2017-03-15 18:45:23 +01:00
parent 1d566f8de8
commit 6d5e898cb8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ def get_rkt_achive_dest_dir():
def download_rkt(debug=False):
"""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")
web.download_file(file_url=url, dest_path=file_path)
return file_path