Skip to content

Commit 17e38aa

Browse files
author
Roman
committed
update docker image name
1 parent 31b0718 commit 17e38aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def try_start_docker():
162162
return False
163163

164164
container_name = f"test_local_chain_{str(time.time()).replace(".", "_")}"
165-
image_name = "ghcr.io/opentensor/subtensor-localnet:latest"
165+
image_name = "ghcr.io/opentensor/subtensor-localnet:devnet-ready"
166166

167167
# Command to start container
168168
cmds = [

0 commit comments

Comments
 (0)