From 94b473176d1d0235925c45e6756a12ca2fdc7eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 28 Sep 2023 11:53:30 +0200 Subject: [PATCH] upgrade from 1.13.0 to 1.13.2 for new Holesky genesis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/ethereum/go-ethereum/releases/tag/v1.13.2 Signed-off-by: Jakub SokoĊ‚owski --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 998f1d8..1bfc12c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -14,7 +14,7 @@ geth_account_pass_file: '{{ geth_cont_vol }}/keys/account.pass' geth_account_addr_file: '{{ geth_cont_vol }}/keys/account.addr' # Container config -geth_cont_tag: 'v1.13.0' +geth_cont_tag: 'v1.13.2' geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}' geth_cont_name: '{{ geth_service_name }}-node' geth_cont_vol: '{{ geth_service_path }}/node'