upgrade 1.9.23 to 1.9.24
Includes fix for CVE-2020-28362. https://github.com/ethereum/go-ethereum/releases/tag/v1.9.24 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bd4723548a
commit
21eb400769
|
@ -8,7 +8,7 @@
|
|||
geth_extra_data: '{{ hostname }}'
|
||||
|
||||
# Container config
|
||||
geth_cont_tag: 'v1.9.23'
|
||||
geth_cont_tag: 'v1.9.24'
|
||||
geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}'
|
||||
geth_cont_name: 'geth'
|
||||
|
||||
|
|
Loading…
Reference in New Issue