We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b0bf6 commit 2c62599Copy full SHA for 2c62599
Dockerfile
@@ -3,7 +3,7 @@ FROM golang:1.19 as op
3
WORKDIR /app
4
5
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6
-ENV COMMIT=8a308fc18d36b4ffa89fa4d0ab50c324382c0477
+ENV COMMIT=09d23ee8995b7c318a4469a49276f9453535c6a9
7
RUN git init && \
8
git remote add origin $REPO && \
9
git fetch --depth=1 origin $COMMIT && \
@@ -18,7 +18,7 @@ FROM golang:1.19 as geth
18
19
20
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
21
-ENV COMMIT=11f0554a4313ea0e0aaddef194058b057aadce5c
+ENV COMMIT=24ae687be390aecb369be6b642e270188e850d81
22
23
24
0 commit comments