From e38af5b3ad016c9656cf956c8ac1bda3370515fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 23 Oct 2023 12:35:39 +0200 Subject: [PATCH] upgrade from 1.13.2 to 1.13.4 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.4 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 1bfc12c..4cab33d 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.2' +geth_cont_tag: 'v1.13.4' geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}' geth_cont_name: '{{ geth_service_name }}-node' geth_cont_vol: '{{ geth_service_path }}/node'