We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87771da commit dd2a1b7Copy full SHA for dd2a1b7
images/geth/src.py
@@ -7,6 +7,6 @@ def __init__(self):
7
8
def get_ref(self, version):
9
if version == "latest":
10
- return "v1.9.19"
+ return "v1.9.20"
11
else:
12
return super().get_ref(version)
images/utils/launcher/config/template.py
@@ -390,7 +390,7 @@ def __eq__(self, other):
390
},
391
"geth": {
392
"name": "geth",
393
- "image": "exchangeunion/geth:1.9.19",
+ "image": "exchangeunion/geth:1.9.20",
394
"volumes": [
395
{
396
"host": "$data_dir/geth",
0 commit comments