Skip to content

Commit e52ae31

Browse files
committed
fix dockerfile
1 parent 577862e commit e52ae31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ WORKDIR /app
4949
COPY versions.env /tmp/versions.env
5050

5151
RUN . /tmp/versions.env && git clone $BASE_RETH_NODE_REPO . && \
52-
git checkout tags/$BASE_RETH_NODE_TAG && \
52+
git checkout $BASE_RETH_NODE_TAG && \
5353
bash -c '[ "$(git rev-parse HEAD)" = "$BASE_RETH_NODE_COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)
5454

5555
RUN cargo build --bin base-reth-node --bin base-consensus --profile maxperf

0 commit comments

Comments
 (0)