Skip to content

Commit 0ae0bb2

Browse files
committed
Update Aptos node version to 1.27.2
1 parent 60ad555 commit 0ae0bb2

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
@@ -19,7 +19,7 @@ var (
1919

2020
func defaultAptos(in *Input) {
2121
if in.Image == "" {
22-
in.Image = "aptoslabs/tools:aptos-node-v1.27.1"
22+
in.Image = "aptoslabs/tools:aptos-node-v1.27.2"
2323
}
2424
if in.Port != "" {
2525
framework.L.Warn().Msg("'port' field is set but only default port can be used: 8080")

0 commit comments

Comments
 (0)