From 3e16f72e4624f4dba60c08d297afa91bfe8bf29c Mon Sep 17 00:00:00 2001 From: Yang Yang Date: Tue, 24 Nov 2020 20:24:27 +0800 Subject: [PATCH] feat: upgrade mainnet xud to 1.2.2 --- images/utils/launcher/config/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/utils/launcher/config/template.py b/images/utils/launcher/config/template.py index f7080bb74..8b38eff3d 100644 --- a/images/utils/launcher/config/template.py +++ b/images/utils/launcher/config/template.py @@ -630,7 +630,7 @@ def __str__(self): }, "xud": { "name": "xud", - "image": "exchangeunion/xud:1.2.1", + "image": "exchangeunion/xud:1.2.2", "volumes": [ { "host": "$data_dir/xud",