File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,14 @@ RUN curl -sSL https://capnproto.org/capnproto-c++-0.10.2.tar.gz | tar -zxf - \
2121 && cd .. \
2222 && rm -rf capnproto-c++-0.10.2
2323
24- RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
25- | sh -s -- --default-toolchain nightly-2023-06-01 -y
24+ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2625ENV PATH=/root/.cargo/bin:$PATH
27- RUN rustup update nightly-2022-10-10
26+ RUN rustup update nightly-2022-10-10 && rustup update nightly-2022-12-10 && rustup default stable
2827
29- RUN rustup component add rust-src \
30- --toolchain nightly-2023-06-01-x86_64-unknown-linux-gnu
3128RUN rustup component add rust-src \
3229 --toolchain nightly-2022-10-10-x86_64-unknown-linux-gnu
3330
34- RUN cargo install bpf-linker --git ${linker_src} --branch ${linker_branch}
31+ RUN cargo +nightly-2022-12-10 install bpf-linker --git ${linker_src} --branch ${linker_branch}
3532
3633# RUN cargo install --git https://github.com/openmina/mina-network-debugger bpf-recorder --bin bpf-recorder
3734COPY . .
You can’t perform that action at this time.
0 commit comments