Skip to content

Commit

Permalink
build(wardenkms): add wasmvm dynamic library to Docker container (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitasi authored Apr 12, 2024
1 parent 71445ec commit dbc5193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN --mount=type=bind,source=.,target=.,readonly\

FROM debian:bookworm-slim AS wardenkms
COPY --from=wardenkms-build /build/wardenkms /
ADD --checksum=sha256:b0c3b761e5f00e45bdafebcfe9c03bd703b88b3f535c944ca8e27ef9b891cd10 https://github.com/CosmWasm/wasmvm/releases/download/v1.5.2/libwasmvm.x86_64.so /lib/libwasmvm.x86_64.so
ENTRYPOINT ["/wardenkms"]

## snap
Expand Down

0 comments on commit dbc5193

Please sign in to comment.