From 7eabd8e151141bbccba5e0d7930f37709eb14335 Mon Sep 17 00:00:00 2001 From: Fred Yankowski Date: Sat, 19 May 2018 20:58:28 +0000 Subject: [PATCH] use docker alphanet image name that exists on hub.docker.com --- scripts/alphanet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/alphanet.sh b/scripts/alphanet.sh index a151b5f33..3c3720168 100755 --- a/scripts/alphanet.sh +++ b/scripts/alphanet.sh @@ -512,7 +512,7 @@ case $(basename $0) in ;; *) docker_base_dir="$HOME/.tezos-alphanet" - docker_image=tezos:latest + docker_image=tezos/tezos:alphanet docker_compose_base_name="alphanet" default_port=9732 ;;