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
1515WORKDIR /code
1616COPY . /code/
1717# See https://github.com/CosmWasm/wasmvm/releases
18- ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.4.0 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
19- ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.4.0 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
20- RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 2a72c7062e3c791792b3dab781c815c9a76083a7997ce6f9f2799aaf577f3c25
21- RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 8ea2e3b5fae83e671da2bb51115adc88591045953f509955ec38dc02ea5a7b94
18+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.4.1 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
19+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.4.1 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
20+ RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep a8259ba852f1b68f2a5f8eb666a9c7f1680196562022f71bb361be1472a83cfd
21+ RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 324c1073cb988478d644861783ed5a7de21cfd090976ccc6b1de0559098fbbad
2222
2323# Copy the library you want to the final location that will be found by the linker flag `-lwasmvm_muslc`
2424RUN cp /lib/libwasmvm_muslc.${arch}.a /lib/libwasmvm_muslc.a
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/CosmWasm/wasmd
33go 1.20
44
55require (
6- github.com/CosmWasm/wasmvm v1.4.0
6+ github.com/CosmWasm/wasmvm v1.4.1
77 github.com/cosmos/cosmos-proto v1.0.0-beta.2
88 github.com/cosmos/cosmos-sdk v0.47.5
99 github.com/cosmos/gogogateway v1.2.0 // indirect
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
211211github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
212212github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d h1:nalkkPQcITbvhmL4+C4cKA87NW0tfm3Kl9VXRoPywFg =
213213github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d /go.mod h1:URdX5+vg25ts3aCh8H5IFZybJYKWhJHYMTnf+ULtoC4 =
214- github.com/CosmWasm/wasmvm v1.4.0 h1:84I3MlvvzcOo2z+ed0ztPi7eeDNk6/sYuK76uyXP1nI =
215- github.com/CosmWasm/wasmvm v1.4.0 /go.mod h1:vW/E3h8j9xBQs9bCoijDuawKo9kCtxOaS8N8J7KFtkc =
214+ github.com/CosmWasm/wasmvm v1.4.1 h1:YgodVlBrXa2HJZzOXjWDH0EIRwQzK3zuA73dDPRRLS4 =
215+ github.com/CosmWasm/wasmvm v1.4.1 /go.mod h1:fXB+m2gyh4v9839zlIXdMZGeLAxqUdYdFQqYsTha2hc =
216216github.com/DataDog/datadog-go v3.2.0+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
217217github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible /go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0 =
218218github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg =
You can’t perform that action at this time.
0 commit comments