@@ -19,7 +19,7 @@ services:
19
19
# commit in the `entropy-core` repository. Refer to the wiki page at
20
20
# https://github.com/entropyxyz/meta/wiki/Git#conventions for details
21
21
# about how Git tags, branches, and commits refer to image tags here.
22
- image : entropyxyz/server:test-luis- release-luis-entropyjs-core111823
22
+ image : entropyxyz/server:release-v0.0.9
23
23
ports :
24
24
- " 127.0.0.1:3001:3001/tcp"
25
25
command :
@@ -31,7 +31,7 @@ services:
31
31
32
32
# In a local devnet setup, for now, this is "Alice's chain."
33
33
alice-chain-node :
34
- image : entropyxyz/entropy:test-luis- release-luis-entropyjs-core111823
34
+ image : entropyxyz/entropy:release-v0.0.9
35
35
ports :
36
36
- " 127.0.0.1:9944:9944/tcp" # "RPC Port."
37
37
command :
@@ -51,7 +51,7 @@ services:
51
51
52
52
# "Bob's TSS server."
53
53
bob-tss-server :
54
- image : entropyxyz/server:test-luis- release-luis-entropyjs-core111823
54
+ image : entropyxyz/server:release-v0.0.9
55
55
ports :
56
56
- " 127.0.0.1:3002:3002/tcp"
57
57
command :
@@ -63,7 +63,7 @@ services:
63
63
64
64
# "Bob's chain node."
65
65
bob-chain-node :
66
- image : entropyxyz/entropy:test-luis- release-luis-entropyjs-core111823
66
+ image : entropyxyz/entropy:release-v0.0.9
67
67
ports :
68
68
- " 127.0.0.1:9945:9944/tcp"
69
69
command :
0 commit comments