Skip to content

Commit

Permalink
Upgrade op-node and op-geth dependencies (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog authored Apr 20, 2023
1 parent 94b0bf6 commit 2c62599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.19 as op
WORKDIR /app

ENV REPO=https://github.com/ethereum-optimism/optimism.git
ENV COMMIT=8a308fc18d36b4ffa89fa4d0ab50c324382c0477
ENV COMMIT=09d23ee8995b7c318a4469a49276f9453535c6a9
RUN git init && \
git remote add origin $REPO && \
git fetch --depth=1 origin $COMMIT && \
Expand All @@ -18,7 +18,7 @@ FROM golang:1.19 as geth
WORKDIR /app

ENV REPO=https://github.com/ethereum-optimism/op-geth.git
ENV COMMIT=11f0554a4313ea0e0aaddef194058b057aadce5c
ENV COMMIT=24ae687be390aecb369be6b642e270188e850d81
RUN git init && \
git remote add origin $REPO && \
git fetch --depth=1 origin $COMMIT && \
Expand Down

0 comments on commit 2c62599

Please sign in to comment.