We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9997fd1 commit de96297Copy full SHA for de96297
geth/Dockerfile
@@ -20,8 +20,8 @@ FROM golang:1.22 AS geth
20
WORKDIR /app
21
22
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
23
-ENV VERSION=v1.101411.4
24
-ENV COMMIT=efa05b1bf5c22a60745e638ad9d4adadfe3daba9
+ENV VERSION=v1.101411.6
+ENV COMMIT=50b3422b9ac682a8fa503c4f409339a9bff69717
25
RUN git clone $REPO --branch $VERSION --single-branch . && \
26
git switch -c branch-$VERSION && \
27
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
0 commit comments