From 46b3d91e1c7672d170e6300844098cb7b833698e Mon Sep 17 00:00:00 2001 From: Danyal Prout Date: Mon, 21 Oct 2024 12:49:49 -0500 Subject: [PATCH] Update Rust version --- reth/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth/Dockerfile b/reth/Dockerfile index 2498729..64948d0 100644 --- a/reth/Dockerfile +++ b/reth/Dockerfile @@ -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