Skip to content

Commit 39f30e4

Browse files
test(ton): use dev image
The latest image for ton is no longer working as it cant be started up, dev still works
1 parent b2358f2 commit 39f30e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/examples/myproject/smoke_ton.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[blockchain_a]
22
type = "ton"
3-
image = "ghcr.io/neodix42/mylocalton-docker:latest"
3+
image = "ghcr.io/neodix42/mylocalton-docker:dev"
44
port = "8000"
55

66
[blockchain_a.custom_env]

0 commit comments

Comments
 (0)