Skip to content

Commit f496431

Browse files
authored
op-node 1.11.1 (#417)
1 parent 7f67637 commit f496431

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

geth/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.0
7-
ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
6+
ENV VERSION=v1.11.1
7+
ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
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" ]'

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.0
7-
ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
6+
ENV VERSION=v1.11.1
7+
ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
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.0
7-
ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
6+
ENV VERSION=v1.11.1
7+
ENV COMMIT=443e931f242e1595896d6598b02068dc822e1232
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)