diff --git a/shared.Dockerfile b/shared.Dockerfile index 4e77d13..112269d 100644 --- a/shared.Dockerfile +++ b/shared.Dockerfile @@ -11,7 +11,7 @@ COPY . /code/ RUN LEDGER_ENABLED=false make build -RUN cp /go/pkg/mod/github.com/\!cosm\!wasm/wasmvm@v*/internal/api/libwasmvm.`uname -m`.so /lib/libwasmvm.so +RUN cp /go/pkg/mod/github.com/\!cosm\!wasm/wasmvm/v2@v*/internal/api/libwasmvm.`uname -m`.so /lib/libwasmvm.so FROM ubuntu:20.04