Skip to content

Commit 0695680

Browse files
authored
Merge pull request #2760 from opentensor/fix/roman/update-docker-image-name
update docker image name
2 parents d0cb2dd + 0005d9f commit 0695680

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)