upgrade from 1.13.8 to 1.13.9
Includes support for Cancun upgrade for the Goerli network: https://github.com/ethereum/go-ethereum/releases/tag/v1.13.9 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
082e41ef09
commit
ca0089b3e8
|
@ -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.13.8'
|
geth_cont_tag: 'v1.13.9'
|
||||||
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'
|
||||||
|
|
Loading…
Reference in New Issue