upgrade geth: 1.8.27 > 1.9.0
https://blog.ethereum.org/2019/07/10/geth-v1-9-0/ Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
060cdf13d1
commit
24e76d12f8
|
@ -8,7 +8,8 @@ geth_account_json: ~
|
|||
geth_extra_data: '{{ hostname }}'
|
||||
|
||||
# Container config
|
||||
geth_cont_image: 'ethereum/client-go:v1.8.27'
|
||||
geth_cont_tag: 'v1.9.0'
|
||||
geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}'
|
||||
geth_cont_name: 'geth'
|
||||
|
||||
geth_cont_vol: '/docker/{{ geth_cont_name }}'
|
||||
|
|
Loading…
Reference in New Issue