diff --git a/docker/wasmd/Dockerfile b/docker/wasmd/Dockerfile index 190c62d..d26db20 100644 --- a/docker/wasmd/Dockerfile +++ b/docker/wasmd/Dockerfile @@ -3,7 +3,10 @@ ARG WASMD_VERSION=v0.44.0 FROM cosmwasm/wasmd:${WASMD_VERSION} # Increase the amount of ucosm given to accounts -RUN sed -i 's/1000000000/12000000000000/g' /opt/setup_wasmd.sh +RUN <