Skip to content

Commit

Permalink
Update op-geth to v1.101411.6 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
henridevieux authored Jan 30, 2025
1 parent 9997fd1 commit de96297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ FROM golang:1.22 AS geth
WORKDIR /app

ENV REPO=https://github.com/ethereum-optimism/op-geth.git
ENV VERSION=v1.101411.4
ENV COMMIT=efa05b1bf5c22a60745e638ad9d4adadfe3daba9
ENV VERSION=v1.101411.6
ENV COMMIT=50b3422b9ac682a8fa503c4f409339a9bff69717
RUN git clone $REPO --branch $VERSION --single-branch . && \
git switch -c branch-$VERSION && \
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
Expand Down

0 comments on commit de96297

Please sign in to comment.