From a9a6044bc5480391a08c91c2ce5bc94a2e8c78b2 Mon Sep 17 00:00:00 2001 From: Emma Jamieson-Hoare Date: Tue, 17 Feb 2026 15:19:03 +0000 Subject: [PATCH] chore: fix the rust version for docker (#22278) --- Dockerfile | 2 +- Dockerfile.depot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 22fb65ffbc..e41d3671b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker.io/docker/dockerfile:1.7-labs -FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.93 AS chef WORKDIR /app LABEL org.opencontainers.image.source=https://github.com/paradigmxyz/reth diff --git a/Dockerfile.depot b/Dockerfile.depot index 8ed821773c..ef7f6201f3 100644 --- a/Dockerfile.depot +++ b/Dockerfile.depot @@ -4,7 +4,7 @@ # Usage: # reth: --build-arg BINARY=reth -FROM rust:1 AS builder +FROM rust:1.93 AS builder WORKDIR /app LABEL org.opencontainers.image.source=https://github.com/paradigmxyz/reth