We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577862e commit e52ae31Copy full SHA for e52ae31
1 file changed
reth/Dockerfile
@@ -49,7 +49,7 @@ WORKDIR /app
49
COPY versions.env /tmp/versions.env
50
51
RUN . /tmp/versions.env && git clone $BASE_RETH_NODE_REPO . && \
52
- git checkout tags/$BASE_RETH_NODE_TAG && \
+ git checkout $BASE_RETH_NODE_TAG && \
53
bash -c '[ "$(git rev-parse HEAD)" = "$BASE_RETH_NODE_COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)
54
55
RUN cargo build --bin base-reth-node --bin base-consensus --profile maxperf
0 commit comments