Skip to content

Commit

Permalink
Revert op-geth (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog authored Apr 27, 2023
1 parent 4637129 commit eec90b8
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 @@ -18,7 +18,7 @@ FROM golang:1.19 as geth
WORKDIR /app

ENV REPO=https://github.com/ethereum-optimism/op-geth.git
ENV COMMIT=24ae687be390aecb369be6b642e270188e850d81
ENV COMMIT=11f0554a4313ea0e0aaddef194058b057aadce5c
RUN git init && \
git remote add origin $REPO && \
git fetch --depth=1 origin $COMMIT && \
Expand Down

0 comments on commit eec90b8

Please sign in to comment.