upgrade from v1.13.13 to v1.13.14

This release is NOT critical for the Cancun fork, but recommended to make Geth lighter in anticipation to unknown blob load.

https://github.com/ethereum/go-ethereum/releases/tag/v1.13.14
This commit is contained in:
Anton Iakimov 2024-03-05 13:07:10 +01:00
parent e41eaa0570
commit 28c2d448ef
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
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.13'
geth_cont_tag: 'v1.13.14'
geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}'
geth_cont_name: '{{ geth_service_name }}-node'
geth_cont_vol: '{{ geth_service_path }}/node'