File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ RUN apk add git
15
15
WORKDIR /code
16
16
COPY . /code/
17
17
# See https://github.com/CosmWasm/wasmvm/releases
18
- ADD https://github.com/CosmWasm/wasmvm/releases/download/v3.0.0-rc.0 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
19
- ADD https://github.com/CosmWasm/wasmvm/releases/download/v3.0.0-rc.0 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
20
- RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 13312f4c9286931c447b4178d0a925ff8e0ea8737f48e0a0d804ce07ab11026e
21
- RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep ae1fdcdbe1902980efdc55ccd1d08d76f52cfa00e33197d1e4b7aef0b0e25e5f
18
+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v3.0.0/libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
19
+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v3.0.0/libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
20
+ RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep a04969b4f931be1d2e2f3f2313a68a20a202693f67559f7aaf1dd97250823aec
21
+ RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep cefe73f0caa5a9eaba3733c639cdf5040c4746a93c20670ba6c9287fe39448ba
22
22
23
23
# force it to use static lib (from above) not standard libgo_cosmwasm.so file
24
24
RUN LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true make build
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.8
5
5
toolchain go1.24.3
6
6
7
7
require (
8
- github.com/CosmWasm/wasmvm/v3 v3.0.0-rc.0
8
+ github.com/CosmWasm/wasmvm/v3 v3.0.0
9
9
github.com/cosmos/cosmos-proto v1.0.0-beta.5
10
10
github.com/cosmos/cosmos-sdk v0.53.0
11
11
github.com/cosmos/gogogateway v1.2.0 // indirect
Original file line number Diff line number Diff line change @@ -659,8 +659,8 @@ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25
659
659
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 /go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E =
660
660
github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
661
661
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
662
- github.com/CosmWasm/wasmvm/v3 v3.0.0-rc.0 h1:gwblUJQEpFtx+xeEPIBqqJLfVR2Z0ZE58ad/c4KVqPw =
663
- github.com/CosmWasm/wasmvm/v3 v3.0.0-rc.0 /go.mod h1:oknpb1bFERvvKcY7vHRp1F/Y/z66xVrsl7n9uWkOAlM =
662
+ github.com/CosmWasm/wasmvm/v3 v3.0.0 h1:VUq6nxlFNqaIMhp3T+zmN4PgD3dos5dZR7JbHYsuxtw =
663
+ github.com/CosmWasm/wasmvm/v3 v3.0.0 /go.mod h1:oknpb1bFERvvKcY7vHRp1F/Y/z66xVrsl7n9uWkOAlM =
664
664
github.com/DataDog/datadog-go v3.2.0+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
665
665
github.com/DataDog/datadog-go v4.8.3+incompatible h1:fNGaYSuObuQb5nzeTQqowRAd9bpDIRRV4/gUtIBjh8Q =
666
666
github.com/DataDog/datadog-go v4.8.3+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
You can’t perform that action at this time.
0 commit comments