Commit 21f5d6e 1 parent f5423d9 commit 21f5d6e Copy full SHA for 21f5d6e
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
alice :
3
3
# image: ubuntu:22.04
4
- image : ghcr.io/0lnetworkcommunity/libra-framework/libra-node:ff6a7c255f9a4220a3a577c2e2eb5345261ed511
4
+ image : ghcr.io/0lnetworkcommunity/libra-framework/libra-node:c2206c34f4594804f1320f881e335d3c71d64b4f
5
5
container_name : libra_alice
6
6
hostname : alice
7
7
environment :
@@ -17,7 +17,7 @@ services:
17
17
18
18
bob :
19
19
# image: ubuntu:22.04
20
- image : ghcr.io/0lnetworkcommunity/libra-framework/libra-node:ff6a7c255f9a4220a3a577c2e2eb5345261ed511
20
+ image : ghcr.io/0lnetworkcommunity/libra-framework/libra-node:c2206c34f4594804f1320f881e335d3c71d64b4f
21
21
container_name : libra_bob
22
22
hostname : bob
23
23
depends_on :
@@ -35,7 +35,7 @@ services:
35
35
36
36
carol :
37
37
# image: ubuntu:22.04
38
- image : ghcr.io/0lnetworkcommunity/libra-framework/libra-node:ff6a7c255f9a4220a3a577c2e2eb5345261ed511
38
+ image : ghcr.io/0lnetworkcommunity/libra-framework/libra-node:c2206c34f4594804f1320f881e335d3c71d64b4f
39
39
container_name : libra_carol
40
40
hostname : carol
41
41
depends_on :
You can’t perform that action at this time.
0 commit comments