From 24dce422ab4211751f100e8b10c5bc02734f9e85 Mon Sep 17 00:00:00 2001 From: kexkey Date: Tue, 4 Dec 2018 15:02:53 -0500 Subject: [PATCH] Using cyphernodeconf image from dockerhub --- dist/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup.sh b/dist/setup.sh index 02bd48e..3b67a3f 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -179,7 +179,7 @@ configure() { -e DEFAULT_USER=$USER \ --log-driver=none$pw_env \ --network none \ - --rm$interactive cyphernodeconf:latest $(id -u):$(id -g) yo --no-insight cyphernode$gen_options $recreate + --rm$interactive cyphernode/cyphernodeconf:cyphernode-0.05 $(id -u):$(id -g) yo --no-insight cyphernode$gen_options $recreate if [[ -f exitStatus.sh ]]; then . ./exitStatus.sh rm ./exitStatus.sh