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 <alexis@status.im>
This commit is contained in:
Alexis Pentori 2024-01-25 11:28:11 +01:00
parent 43179fb918
commit 8f92e76200
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
1 changed files with 1 additions and 1 deletions

View File

@ -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'