10 lines
311 B
Plaintext
Raw Normal View History

2022-08-03 11:41:00 +02:00
# Temporary workaround due to https://github.com/cosmos/cosmos-sdk/issues/12798
REPOSITORY="confio/simapp"
VERSION="v0.46.0-archfix"
2022-07-06 08:55:00 +02:00
# Choose from https://hub.docker.com/r/interchainio/simapp/tags
2022-08-03 11:41:00 +02:00
# REPOSITORY="interchainio/simapp"
# VERSION="v0.46.0"
2022-07-06 08:55:00 +02:00
CONTAINER_NAME="simapp"
CONTAINER_NAME_SLOW="simapp-slow"