We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4637129 commit eec90b8Copy full SHA for eec90b8
Dockerfile
@@ -18,7 +18,7 @@ FROM golang:1.19 as geth
18
WORKDIR /app
19
20
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
21
-ENV COMMIT=24ae687be390aecb369be6b642e270188e850d81
+ENV COMMIT=11f0554a4313ea0e0aaddef194058b057aadce5c
22
RUN git init && \
23
git remote add origin $REPO && \
24
git fetch --depth=1 origin $COMMIT && \
0 commit comments