From 47b531f83f3be04547f3e2c77563a02078b38240 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Fri, 1 Aug 2025 17:57:52 +0700 Subject: [PATCH] fix --- reth.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth.Dockerfile b/reth.Dockerfile index 3c0544e7..11ec2421 100644 --- a/reth.Dockerfile +++ b/reth.Dockerfile @@ -258,7 +258,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \ cp target/$PROFILE/op-reth /usr/local/bin/op-reth; \ elif [ "$BUILD_BASE_RETH" = "true" ]; then \ echo "Building base-reth-node with flashbots feature" && \ - cargo build --profile $PROFILE --bin base-reth-node --release && \ + cargo build --bin base-reth-node --release && \ cp target/$PROFILE/op-reth /usr/local/bin/base-reth-node; \ else \ echo "Building standard reth" && \