From e3cdf176a9d30786979d4a9912833661bcfd7e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 22 May 2019 08:18:52 -0400 Subject: [PATCH] upgrade geth: 1.8.17 > 1.8.27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/main-les.yml | 2 +- ansible/group_vars/rops-les.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/main-les.yml b/ansible/group_vars/main-les.yml index 588644a..2b55157 100644 --- a/ansible/group_vars/main-les.yml +++ b/ansible/group_vars/main-les.yml @@ -4,7 +4,7 @@ geth_network_name: mainnet geth_cont_name: les-geth-full geth_sync_mode: full geth_data_path: /data -geth_cont_image: 'ethereum/client-go:v1.8.17' +geth_cont_image: 'ethereum/client-go:v1.8.27' geth_log_level_name: info # geth metrics diff --git a/ansible/group_vars/rops-les.yml b/ansible/group_vars/rops-les.yml index a9a9d43..90cb363 100644 --- a/ansible/group_vars/rops-les.yml +++ b/ansible/group_vars/rops-les.yml @@ -4,7 +4,7 @@ geth_network_name: ropsten geth_cont_name: les-geth-full geth_sync_mode: full geth_data_path: /data -geth_cont_image: 'ethereum/client-go:v1.8.17' +geth_cont_image: 'ethereum/client-go:v1.8.27' geth_log_level_name: info # geth metrics