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 4727c56 commit 1d61ca7Copy full SHA for 1d61ca7
images/connext/src.py
@@ -7,6 +7,6 @@ def __init__(self):
7
8
def get_ref(self, version):
9
if version == "latest":
10
- return "1.3.2"
+ return "1.3.3"
11
else:
12
return version
images/utils/launcher/config/template.py
@@ -437,7 +437,7 @@ def __eq__(self, other):
437
},
438
"connext": {
439
"name": "connext",
440
- "image": "exchangeunion/connext:1.3.2",
+ "image": "exchangeunion/connext:1.3.3",
441
"volumes": [
442
{
443
"host": "$data_dir/connext",
0 commit comments