Skip to content

Commit 47fd635

Browse files
author
Roman
committed
update docker image name
1 parent 0ae490e commit 47fd635

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
@@ -142,7 +142,7 @@ def try_start_docker():
142142
return False
143143

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

147147
# Command to start container
148148
cmds = [

0 commit comments

Comments
 (0)