diff --git a/Dockerfile b/Dockerfile index 4afd2c6a24c..0dd034b22a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . /osmosis # From https://github.com/CosmWasm/wasmd/blob/master/Dockerfile # For more details see https://github.com/CosmWasm/wasmvm#builds-of-libwasmvm -ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.0.0-beta7/libwasmvm_muslc.a /lib/libwasmvm_muslc.a +ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.0.0-beta10/libwasmvm_muslc.a /lib/libwasmvm_muslc.a RUN sha256sum /lib/libwasmvm_muslc.a | grep d0152067a5609bfdfb3f0d5d6c0f2760f79d5f2cd7fd8513cafa9932d22eb350 RUN BUILD_TAGS=muslc make build diff --git a/contrib/images/rbuilder/Dockerfile b/contrib/images/rbuilder/Dockerfile index f60f220c3d5..7bf1d6e3ca2 100644 --- a/contrib/images/rbuilder/Dockerfile +++ b/contrib/images/rbuilder/Dockerfile @@ -25,7 +25,7 @@ ENV BUILD_SCRIPT ${BUILD_SCRIPT:-/sources/.build.sh} # From https://github.com/CosmWasm/wasmd/blob/master/Dockerfile # For more details see https://github.com/CosmWasm/wasmvm#builds-of-libwasmvm -ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.0.0-beta7/libwasmvm_muslc.a /usr/local/lib/libwasmvm_muslc.a +ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.0.0-beta10/libwasmvm_muslc.a /usr/local/lib/libwasmvm_muslc.a RUN chown builder /usr/local/lib/libwasmvm_muslc.a RUN sha256sum /usr/local/lib/libwasmvm_muslc.a | grep d0152067a5609bfdfb3f0d5d6c0f2760f79d5f2cd7fd8513cafa9932d22eb350 diff --git a/tests/e2e/chain_init/chain-init.Dockerfile b/tests/e2e/chain_init/chain-init.Dockerfile index 91e5346b0df..39bb368a9e9 100644 --- a/tests/e2e/chain_init/chain-init.Dockerfile +++ b/tests/e2e/chain_init/chain-init.Dockerfile @@ -8,7 +8,7 @@ COPY . /osmosis # From https://github.com/CosmWasm/wasmd/blob/master/Dockerfile # For more details see https://github.com/CosmWasm/wasmvm#builds-of-libwasmvm -ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.0.0-beta7/libwasmvm_muslc.a /lib/libwasmvm_muslc.a +ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.0.0-beta10/libwasmvm_muslc.a /lib/libwasmvm_muslc.a RUN sha256sum /lib/libwasmvm_muslc.a | grep d0152067a5609bfdfb3f0d5d6c0f2760f79d5f2cd7fd8513cafa9932d22eb350 RUN BUILD_TAGS=muslc make build-e2e-chain-init