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 90a45bf commit e502f52Copy full SHA for e502f52
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=3c3e1a88b234a68bcd59be0c123d9f3cc152a91e
+ENV COMMIT=759c0b297c3dfa05370c27b9380c7bffb67b12d2
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=0678a130d7908b64aea596320099d30463119169
+ENV COMMIT=c407b2a217b78d13d33f86873bbf38af6e73523e
22
23
24
0 commit comments