File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ RUN apk add git
1717WORKDIR /code
1818COPY . /code/
1919# See https://github.com/CosmWasm/wasmvm/releases
20- ADD https://github.com/CosmWasm/wasmvm/releases/download/v2.1.3 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
21- ADD https://github.com/CosmWasm/wasmvm/releases/download/v2.1.3 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
22- RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep faea4e15390e046d2ca8441c21a88dba56f9a0363f92c5d94015df0ac6da1f2d
23- RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 8dab08434a5fe57a6fbbcb8041794bc3c31846d31f8ff5fb353ee74e0fcd3093
20+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v2.1.4 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
21+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v2.1.4 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
22+ RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 090b97641157fae1ae45e7ed368a1a8c091f3fef67958d3bc7c2fa7e7c54b6b4
23+ RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep a4a3d09b36fabb65b119d5ba23442c23694401fcbee4451fe6b7e22e325a4bac
2424
2525# force it to use static lib (from above) not standard libgo_cosmwasm.so file
2626RUN LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true make build
You can’t perform that action at this time.
0 commit comments