From ca689ee49e7d64a5a4add1fbcce028ec5f33f238 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 28 Oct 2020 17:56:09 +0100 Subject: [PATCH] simapp: Update env to v0.40.0-rc1 --- scripts/simapp/env | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/simapp/env b/scripts/simapp/env index 20342d1a..12e9ee88 100644 --- a/scripts/simapp/env +++ b/scripts/simapp/env @@ -1,4 +1,5 @@ # Choose from https://hub.docker.com/r/interchainio/simapp/tags -REPOSITORY="interchainio/simapp" -VERSION="nightly-2020-10-12" +# We are using confio’s own images until tagged releases are available +REPOSITORY="confio/simapp" +VERSION="v0.40.0-rc1" CONTAINER_NAME="simapp"