From 8f92e762003e0f72bbad5f2af067b89fd0172bbb Mon Sep 17 00:00:00 2001 From: Alexis Pentori Date: Thu, 25 Jan 2024 11:28:11 +0100 Subject: [PATCH] upgrade from v1.13.10 to v1.13.11 Upgrade from Cancun migration of Holesky and Sepolia network https://github.com/ethereum/go-ethereum/releases/tag/v1.13.11 Signed-off-by: Alexis Pentori --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index afaa8a4..14c7876 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.10' +geth_cont_tag: 'v1.13.11' geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}' geth_cont_name: '{{ geth_service_name }}-node' geth_cont_vol: '{{ geth_service_path }}/node'