File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ RUN set -eux; apk add --no-cache ca-certificates build-base;
1010RUN apk add --no-cache $PACKAGES
1111
1212# See https://github.com/CosmWasm/wasmvm/releases
13- ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.0 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
14- ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.0 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
15- RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 2687afbdae1bc6c7c8b05ae20dfb8ffc7ddc5b4e056697d0f37853dfe294e913
16- RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 465e3a088e96fd009a11bfd234c69fb8a0556967677e54511c084f815cf9ce63
13+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.5 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
14+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.5 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
15+ RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 9429e9ab18f0b2519d9e3344b13fbb3ea339b7f1deedfaa2abc71522d190eaef
16+ RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 0421ad81247a46bbad6899c49d5081a5a080621ab9432e710152d85ba66c94bc
1717
1818# Copy the library you want to the final location that will be found by the linker flag `-lwasmvm_muslc`
1919RUN cp /lib/libwasmvm_muslc.$(uname -m).a /lib/libwasmvm_muslc.a
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ RUN set -eux; apk add --no-cache ca-certificates build-base;
1010RUN apk add --no-cache $PACKAGES
1111
1212# See https://github.com/CosmWasm/wasmvm/releases
13- ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.0 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
14- ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.0 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
15- RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 2687afbdae1bc6c7c8b05ae20dfb8ffc7ddc5b4e056697d0f37853dfe294e913
16- RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 465e3a088e96fd009a11bfd234c69fb8a0556967677e54511c084f815cf9ce63
13+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.5 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
14+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.5 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
15+ RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 9429e9ab18f0b2519d9e3344b13fbb3ea339b7f1deedfaa2abc71522d190eaef
16+ RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 0421ad81247a46bbad6899c49d5081a5a080621ab9432e710152d85ba66c94bc
1717
1818# Copy the library you want to the final location that will be found by the linker flag `-lwasmvm_muslc`
1919RUN cp /lib/libwasmvm_muslc.$(uname -m).a /lib/libwasmvm_muslc.a
You can’t perform that action at this time.
0 commit comments