We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d38770 commit 723def8Copy full SHA for 723def8
Dockerfile
@@ -9,7 +9,7 @@ ADD https://github.com/CosmWasm/wasmvm/releases/download/v2.1.2/libwasmvm_muslc.
9
10
# hadolint ignore=DL4006
11
RUN set -eux \
12
- && apk add --no-cache ca-certificates=20240226-r0 build-base=0.5-r3 git=2.40.1-r0 linux-headers=6.3-r0 \
+ && apk add --no-cache ca-certificates=20240226-r0 build-base=0.5-r3 git=~2.40 linux-headers=6.3-r0 \
13
&& sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 0881c5b463e89e229b06370e9e2961aec0a5c636772d5142c68d351564464a66 \
14
&& sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 58e1f6bfa89ee390cb9abc69a5bc126029a497fe09dd399f38a82d0d86fe95ef
15
0 commit comments