Skip to content

Commit

Permalink
Update Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout committed Oct 21, 2024
1 parent 50a4a98 commit 46b3d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
RUN cd op-node && \
make VERSION=$VERSION op-node

FROM rust:1.80 AS reth
FROM rust:1.82 AS reth

ARG FEATURES=jemalloc,asm-keccak,optimism

Expand Down

0 comments on commit 46b3d91

Please sign in to comment.