upgrade geth: 1.9.5 > 1.9.8

This is important because of Istanbul fork done in 1.9.7.

See: https://eth.wiki/en/roadmap/istanbul

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-12-04 14:57:54 +01:00
parent df8f0efe47
commit 2529f70a94
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ geth_account_json: ~
geth_extra_data: '{{ hostname }}'
# Container config
geth_cont_tag: 'v1.9.5'
geth_cont_tag: 'v1.9.8'
geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}'
geth_cont_name: 'geth'