Skip to content

Commit

Permalink
bump rust container version
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout committed Aug 9, 2024
1 parent 628800c commit 2ae10d7
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.79 AS reth
FROM rust:1.80 AS reth

ARG FEATURES=jemalloc,asm-keccak,optimism

Expand Down

0 comments on commit 2ae10d7

Please sign in to comment.