Skip to content

Commit

Permalink
build(docker): relax apk version constraint for git
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Sep 17, 2024
1 parent 0d38770 commit 723def8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD https://github.com/CosmWasm/wasmvm/releases/download/v2.1.2/libwasmvm_muslc.

# hadolint ignore=DL4006
RUN set -eux \
&& 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 \
&& sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 0881c5b463e89e229b06370e9e2961aec0a5c636772d5142c68d351564464a66 \
&& sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 58e1f6bfa89ee390cb9abc69a5bc126029a497fe09dd399f38a82d0d86fe95ef

Expand Down

0 comments on commit 723def8

Please sign in to comment.