File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ WORKDIR /app
3434COPY versions.env /tmp/versions.env
3535
3636RUN . /tmp/versions.env && git clone $BASE_RETH_NODE_REPO . && \
37- git checkout tags/ $BASE_RETH_NODE_TAG && \
37+ git checkout $BASE_RETH_NODE_TAG && \
3838 bash -c '[ "$(git rev-parse HEAD)" = "$BASE_RETH_NODE_COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)
3939
4040RUN cargo build --bin base-reth-node --bin base-consensus --bin basectl --profile maxperf
Original file line number Diff line number Diff line change 1- export BASE_RETH_NODE_COMMIT = 01e732cdbae0c624d652da9e608d7d3fe0f9c74b
1+ export BASE_RETH_NODE_COMMIT = 6b782759e7c77b387f02ba0ea0633801bb64bc82
22export BASE_RETH_NODE_REPO = https://github.com/base/base.git
3- export BASE_RETH_NODE_TAG = v1.1.1
3+ export BASE_RETH_NODE_TAG = meyer9/fix-pruned-history-detection
You can’t perform that action at this time.
0 commit comments