Skip to content

Commit 1c7ea2a

Browse files
authored
Merge branch 'main' into feat/citool-free-disk-space
2 parents 4f0c89e + 130e1b8 commit 1c7ea2a

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)