Skip to content

Commit de96297

Browse files
authored
Update op-geth to v1.101411.6 (#400)
1 parent 9997fd1 commit de96297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geth/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ FROM golang:1.22 AS geth
2020
WORKDIR /app
2121

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

0 commit comments

Comments
 (0)