From c12ebe39dfbb0707c83ee935c923a84c477c7952 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Wed, 22 Jan 2020 16:09:14 +0100 Subject: [PATCH] Updated docker image to match what is pushed to dockerhub --- scripts/cosm/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cosm/start.sh b/scripts/cosm/start.sh index f56b90e8..189dfe15 100755 --- a/scripts/cosm/start.sh +++ b/scripts/cosm/start.sh @@ -21,7 +21,7 @@ docker run --rm \ -p 26656:26656 \ --mount type=bind,source="$(pwd)/template",target=/template \ --mount type=volume,source=wasmd_data,target=/root \ - "$CONTAINER_NAME:$VERSION" \ + "cosmwasm/$CONTAINER_NAME:$VERSION" \ ./run_wasmd.sh /template \ > "$WASMD_LOGFILE" &