Skip to content

Commit e502f52

Browse files
committed
Bump optimism + op-geth versions
1 parent 90a45bf commit e502f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1.19 as op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV COMMIT=3c3e1a88b234a68bcd59be0c123d9f3cc152a91e
6+
ENV COMMIT=759c0b297c3dfa05370c27b9380c7bffb67b12d2
77
RUN git init && \
88
git remote add origin $REPO && \
99
git fetch --depth=1 origin $COMMIT && \
@@ -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=0678a130d7908b64aea596320099d30463119169
21+
ENV COMMIT=c407b2a217b78d13d33f86873bbf38af6e73523e
2222
RUN git init && \
2323
git remote add origin $REPO && \
2424
git fetch --depth=1 origin $COMMIT && \

0 commit comments

Comments
 (0)