Skip to content

Commit 21f5d6e

Browse files
committed
advance container version
1 parent f5423d9 commit 21f5d6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

container/compose.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
alice:
33
#image: ubuntu:22.04
4-
image: ghcr.io/0lnetworkcommunity/libra-framework/libra-node:ff6a7c255f9a4220a3a577c2e2eb5345261ed511
4+
image: ghcr.io/0lnetworkcommunity/libra-framework/libra-node:c2206c34f4594804f1320f881e335d3c71d64b4f
55
container_name: libra_alice
66
hostname: alice
77
environment:
@@ -17,7 +17,7 @@ services:
1717

1818
bob:
1919
#image: ubuntu:22.04
20-
image: ghcr.io/0lnetworkcommunity/libra-framework/libra-node:ff6a7c255f9a4220a3a577c2e2eb5345261ed511
20+
image: ghcr.io/0lnetworkcommunity/libra-framework/libra-node:c2206c34f4594804f1320f881e335d3c71d64b4f
2121
container_name: libra_bob
2222
hostname: bob
2323
depends_on:
@@ -35,7 +35,7 @@ services:
3535

3636
carol:
3737
#image: ubuntu:22.04
38-
image: ghcr.io/0lnetworkcommunity/libra-framework/libra-node:ff6a7c255f9a4220a3a577c2e2eb5345261ed511
38+
image: ghcr.io/0lnetworkcommunity/libra-framework/libra-node:c2206c34f4594804f1320f881e335d3c71d64b4f
3939
container_name: libra_carol
4040
hostname: carol
4141
depends_on:

0 commit comments

Comments
 (0)