Skip to content

Commit 1d61ca7

Browse files
author
Karl Ranna
authored
feat(connext): upgrade to 1.3.3 (#714)
1 parent 4727c56 commit 1d61ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/connext/src.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ def __init__(self):
77

88
def get_ref(self, version):
99
if version == "latest":
10-
return "1.3.2"
10+
return "1.3.3"
1111
else:
1212
return version

images/utils/launcher/config/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def __eq__(self, other):
437437
},
438438
"connext": {
439439
"name": "connext",
440-
"image": "exchangeunion/connext:1.3.2",
440+
"image": "exchangeunion/connext:1.3.3",
441441
"volumes": [
442442
{
443443
"host": "$data_dir/connext",

0 commit comments

Comments
 (0)