Skip to content

Commit 40d773f

Browse files
authored
chore: update op-node (v1.11.2) op-geth (v1.101500.1) (#420)
1 parent f496431 commit 40d773f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

geth/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM golang:1.22 AS op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.11.1
7-
ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
6+
ENV VERSION=v1.11.2
7+
ENV COMMIT=bc6d11a854b4d4cd60d9de541eb60673912d4f76
88
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
99
git switch -c branch-$VERSION && \
1010
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
@@ -24,8 +24,8 @@ RUN apt-get update && \
2424
build-essential
2525

2626
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
27-
ENV VERSION=v1.101500.0
28-
ENV COMMIT=9111c8f18ce514916105252f4530782e2ac2b598
27+
ENV VERSION=v1.101500.1
28+
ENV COMMIT=7017b54770d480b5c8be63dc40eac9da166150f5
2929
RUN git clone $REPO --branch $VERSION --single-branch . && \
3030
git switch -c branch-$VERSION && \
3131
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

nethermind/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM golang:1.22 AS op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.11.1
7-
ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
6+
ENV VERSION=v1.11.2
7+
ENV COMMIT=bc6d11a854b4d4cd60d9de541eb60673912d4f76
88
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
99
git switch -c branch-$VERSION && \
1010
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

reth/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM golang:1.22 AS op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.11.1
7-
ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
6+
ENV VERSION=v1.11.2
7+
ENV COMMIT=bc6d11a854b4d4cd60d9de541eb60673912d4f76
88
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
99
git switch -c branch-$VERSION && \
1010
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

0 commit comments

Comments
 (0)