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