File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ def __init__(self):
7
7
8
8
def get_ref (self , version ):
9
9
if version == "latest" :
10
- return "v1.9.20 "
10
+ return "v1.9.22 "
11
11
else :
12
12
return super ().get_ref (version )
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ def get_build_args(self, version):
25
25
26
26
def get_ref (self , version ):
27
27
if version == "latest" :
28
- return "v0.11.0 -beta"
28
+ return "v0.11.1 -beta"
29
29
else :
30
30
return super ().get_ref (version )
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ def get_build_args(self, version):
25
25
26
26
def get_ref (self , version ):
27
27
if version == "latest" :
28
- return "v0.11.0 -beta"
28
+ return "v0.11.1 -beta"
29
29
else :
30
30
return super ().get_ref (version )
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ def __str__(self):
435
435
},
436
436
"geth" : {
437
437
"name" : "geth" ,
438
- "image" : "exchangeunion/geth:1.9.20 " ,
438
+ "image" : "exchangeunion/geth:1.9.22 " ,
439
439
"volumes" : [
440
440
{
441
441
"host" : "$data_dir/geth" ,
@@ -454,7 +454,7 @@ def __str__(self):
454
454
},
455
455
"lndbtc" : {
456
456
"name" : "lndbtc" ,
457
- "image" : "exchangeunion/lndbtc:0.11.0 -beta" ,
457
+ "image" : "exchangeunion/lndbtc:0.11.1 -beta" ,
458
458
"volumes" : [
459
459
{
460
460
"host" : "$data_dir/lndbtc" ,
You can’t perform that action at this time.
0 commit comments