File tree 1 file changed +3
-6
lines changed 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 - \
21
21
&& cd .. \
22
22
&& rm -rf capnproto-c++-0.10.2
23
23
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
26
25
ENV 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
28
27
29
- RUN rustup component add rust-src \
30
- --toolchain nightly-2023-06-01-x86_64-unknown-linux-gnu
31
28
RUN rustup component add rust-src \
32
29
--toolchain nightly-2022-10-10-x86_64-unknown-linux-gnu
33
30
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}
35
32
36
33
# RUN cargo install --git https://github.com/openmina/mina-network-debugger bpf-recorder --bin bpf-recorder
37
34
COPY . .
You can’t perform that action at this time.
0 commit comments