Skip to content

Commit 130e1b8

Browse files
authored
update sui-tools image (#2288)
1 parent b402fce commit 130e1b8

File tree

1 file changed

+1
-1
lines changed
  • framework/components/blockchain

1 file changed

+1
-1
lines changed

framework/components/blockchain/sui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func generateKeyData(ctx context.Context, containerName string, keyCipherType st
8080

8181
func defaultSui(in *Input) {
8282
if in.Image == "" {
83-
in.Image = "mysten/sui-tools:devnet"
83+
in.Image = "mysten/sui-tools:devnet-v1.61.0"
8484
}
8585
if in.Port == "" {
8686
in.Port = DefaultSuiNodePort

0 commit comments

Comments
 (0)