Skip to content

Commit ddc6be8

Browse files
committed
test: change aptos arm64 image
1 parent b6f2a69 commit ddc6be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/components/blockchain/aptos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
const (
1818
DefaultAptosAPIPort = "8080"
1919
DefaultAptosFaucetPort = "8081"
20-
DefaultAptosArm64Image = "ghcr.io/friedemannf/aptos-tools:aptos-node-v1.36.6"
20+
DefaultAptosArm64Image = "public.ecr.aws/w0i8p0z9/aptos-node:v1.34.2-arm64"
2121
DefaultAptosX86_64Image = "aptoslabs/tools:aptos-node-v1.36.6"
2222
)
2323

0 commit comments

Comments
 (0)