Skip to content

Commit

Permalink
odin wasm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed Jun 26, 2024
1 parent 53c38b0 commit e5580f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ COPY --from=build-env /go/bin/yoda /bin
COPY --from=build-env /usr/bin/ldd /bin/ldd
COPY --from=build-env /usr/bin/curl /bin/curl
COPY --from=build-env /usr/bin/jq /bin/jq
COPY --from=build-env /go/pkg/mod/github.com/odin-protocol/go-owasm@v0.2.*/api/libgo_owasm.so /usr/lib/
# COPY --from=build-env /go/pkg/mod/github.com/!cosm!wasm/wasmvm@v1.*.0/internal/api/libwasmvm.x86_64.so /usr/lib/
COPY --from=build-env /go/pkg/mod/github.com/odin-protocol/go-owasm@v*/api/libgo_owasm.so /usr/lib/
# COPY --from=build-env /go/pkg/mod/github.com/!cosm!wasm/wasmvm@v*/internal/api/libwasmvm.x86_64.so /usr/lib/

RUN apt-get update && apt-get install -y ca-certificates

Expand Down

0 comments on commit e5580f9

Please sign in to comment.