upgrade 1.10.3 to 1.10.6 for London hard-fork

https://github.com/ethereum/go-ethereum/releases/tag/v1.10.6

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-07-22 17:08:01 +02:00
parent 7b27e0f75a
commit 06966616e6
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

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' geth_account_addr_file: '{{ geth_cont_vol }}/keys/account.addr'
# Container config # Container config
geth_cont_tag: 'v1.10.3' geth_cont_tag: 'v1.10.6'
geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}' geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}'
geth_cont_name: '{{ geth_service_name }}-node' geth_cont_name: '{{ geth_service_name }}-node'
geth_cont_vol: '{{ geth_service_path }}/node' geth_cont_vol: '{{ geth_service_path }}/node'