Skip to content

Commit 1144986

Browse files
authored
Updates op-node=v1.13.0, op-geth=v1.101503.2, op-reth=v1.3.7 (#437)
* Updates op-node to v1.13.0, op-geth to v1.101503.2, and op-reth to v1.3.7
1 parent 6f48c36 commit 1144986

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

geth/Dockerfile

Lines changed: 4 additions & 4 deletions
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.12.1
7-
ENV COMMIT=d3b8eadd80457c74d9c4251948ac11e8d14a9c9c
6+
ENV VERSION=v1.13.0
7+
ENV COMMIT=5f003211aed7469eed7df666291a62c025d1c46c
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.101503.1
28-
ENV COMMIT=fbc739c3e40aba2f59181912470fa0b1bd7a2805
27+
ENV VERSION=v1.101503.2
28+
ENV COMMIT=37be9e05e9d6843619c9bbaabc96abc0ce653f55
2929
RUN git clone $REPO --branch $VERSION --single-branch . && \
3030
git switch -c branch-$VERSION && \
3131
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

reth/Dockerfile

Lines changed: 4 additions & 4 deletions
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.12.1
7-
ENV COMMIT=d3b8eadd80457c74d9c4251948ac11e8d14a9c9c
6+
ENV VERSION=v1.13.0
7+
ENV COMMIT=5f003211aed7469eed7df666291a62c025d1c46c
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" ]'
@@ -22,8 +22,8 @@ WORKDIR /app
2222
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
2323

2424
ENV REPO=https://github.com/paradigmxyz/reth.git
25-
ENV VERSION=v1.3.0
26-
ENV COMMIT=a38c991c363d241894867a89324b8670be2f6a44
25+
ENV VERSION=v1.3.7
26+
ENV COMMIT=ed7da87da4de340a437bf46f39a7e1397ac82065
2727
RUN git clone $REPO --branch $VERSION --single-branch . && \
2828
git switch -c branch-$VERSION && \
2929
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

0 commit comments

Comments
 (0)