Skip to content

Commit

Permalink
Setup base op-node to report accurate version tag (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout authored Feb 26, 2024
1 parent af5a6b7 commit 3b4eed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

RUN cd op-node && \
make op-node
make VERSION=$VERSION op-node

FROM golang:1.21 as geth

Expand Down

0 comments on commit 3b4eed9

Please sign in to comment.