From 21eb4007696de9318f97e4370e2b476cfcf1363f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 24 Nov 2020 17:09:24 +0100 Subject: [PATCH] upgrade 1.9.23 to 1.9.24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Includes fix for CVE-2020-28362. https://github.com/ethereum/go-ethereum/releases/tag/v1.9.24 Signed-off-by: Jakub SokoĊ‚owski --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index cdf205d..ada9760 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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'