Skip to content

Commit eec90b8

Browse files
author
Michael de Hoog
authored
Revert op-geth (#46)
1 parent 4637129 commit eec90b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM golang:1.19 as geth
1818
WORKDIR /app
1919

2020
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
21-
ENV COMMIT=24ae687be390aecb369be6b642e270188e850d81
21+
ENV COMMIT=11f0554a4313ea0e0aaddef194058b057aadce5c
2222
RUN git init && \
2323
git remote add origin $REPO && \
2424
git fetch --depth=1 origin $COMMIT && \

0 commit comments

Comments
 (0)