Skip to content

Commit

Permalink
feat: build
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Mar 4, 2025
1 parent 4f1ba96 commit 820742c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposer/succinct/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ RUN apt-get update && apt-get install -y \

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH=/root/.cargo/bin:$PATH
RUN rustup install nightly
RUN rustup default nightly
RUN rustup install stable
RUN rustup default stable

# Verify Rust installation
RUN rustc --version && cargo --version
Expand Down

0 comments on commit 820742c

Please sign in to comment.