solana: pin wasm-pack version

Change-Id: Ic7bdb237fd43e5632c6dae9f669284fa5bcedc4b
This commit is contained in:
Evan Gray 2021-11-01 16:31:01 -04:00 committed by Chase Moran
parent d8a00e65e4
commit 57db7e7910
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN rustup default nightly-2021-08-01
WORKDIR /usr/src/bridge WORKDIR /usr/src/bridge
RUN cargo install wasm-pack RUN cargo install wasm-pack --vers 0.9.1
ENV RUST_LOG="solana_runtime::system_instruction_processor=trace,solana_runtime::message_processor=trace,solana_bpf_loader=debug,solana_rbpf=debug" ENV RUST_LOG="solana_runtime::system_instruction_processor=trace,solana_runtime::message_processor=trace,solana_bpf_loader=debug,solana_rbpf=debug"
ENV EMITTER_ADDRESS="11111111111111111111111111111115" ENV EMITTER_ADDRESS="11111111111111111111111111111115"