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:
Jakub Sokołowski 2019-07-11 12:48:53 -04:00
parent 060cdf13d1
commit 24e76d12f8
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

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