Skip to content

Commit 2c62599

Browse files
authored
Upgrade op-node and op-geth dependencies (#43)
1 parent 94b0bf6 commit 2c62599

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=8a308fc18d36b4ffa89fa4d0ab50c324382c0477
6+
ENV COMMIT=09d23ee8995b7c318a4469a49276f9453535c6a9
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=11f0554a4313ea0e0aaddef194058b057aadce5c
21+
ENV COMMIT=24ae687be390aecb369be6b642e270188e850d81
2222
RUN git init && \
2323
git remote add origin $REPO && \
2424
git fetch --depth=1 origin $COMMIT && \

0 commit comments

Comments
 (0)