Skip to content

Commit ee429a6

Browse files
authored
update sui tools version (#344)
1 parent 7268858 commit ee429a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/bind/compile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ func getDynamicSuiRPC() (string, error) {
854854
return envRPC, nil
855855
}
856856

857-
cmd := exec.Command("docker", "ps", "--filter", "ancestor=mysten/sui-tools:testnet-v1.64.0", "--format", "{{.Ports}}")
857+
cmd := exec.Command("docker", "ps", "--filter", "ancestor=mysten/sui-tools:mainnet-v1.65.2", "--format", "{{.Ports}}")
858858
out, err := cmd.Output()
859859
if err != nil {
860860
return "", fmt.Errorf("docker ps failed: %w", err)

0 commit comments

Comments
 (0)