Skip to content

Commit

Permalink
Bump optimism + op-geth versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Mar 7, 2023
1 parent 90a45bf commit e502f52
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=3c3e1a88b234a68bcd59be0c123d9f3cc152a91e
ENV COMMIT=759c0b297c3dfa05370c27b9380c7bffb67b12d2
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=0678a130d7908b64aea596320099d30463119169
ENV COMMIT=c407b2a217b78d13d33f86873bbf38af6e73523e
RUN git init && \
git remote add origin $REPO && \
git fetch --depth=1 origin $COMMIT && \
Expand Down

2 comments on commit e502f52

@TheGefest
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@8936866519
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

согласен

Please sign in to comment.