Skip to content

Commit f36c358

Browse files
authored
Bump op-node to v1.16.3 (#112)
1 parent 4e82ac8 commit f36c358

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cd lisk-node
7878

7979
Please use the following client versions:
8080

81-
- **op-node**: [v1.16.2](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.16.2)
81+
- **op-node**: [v1.16.3](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.16.3)
8282
- **op-geth**: [v1.101603.5](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101603.5)
8383
- **op-reth**: [v1.9.3](https://github.com/paradigmxyz/reth/releases/tag/v1.9.3)
8484

geth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ WORKDIR /app
77

88
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
99
ENV REPO=https://github.com/ethereum-optimism/optimism.git
10-
ENV VERSION=v1.16.2
11-
ENV COMMIT=1b8c541060f0d323a7023fbc68fbbc8daf674340
10+
ENV VERSION=v1.16.3
11+
ENV COMMIT=478b8bda4e30cc4feb587d7d722168264425a564
1212
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1313
git switch -c branch-$VERSION && \
1414
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

reth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ WORKDIR /app
88

99
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
1010
ENV REPO=https://github.com/ethereum-optimism/optimism.git
11-
ENV VERSION=v1.16.2
12-
ENV COMMIT=1b8c541060f0d323a7023fbc68fbbc8daf674340
11+
ENV VERSION=v1.16.3
12+
ENV COMMIT=478b8bda4e30cc4feb587d7d722168264425a564
1313
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1414
git switch -c branch-$VERSION && \
1515
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

0 commit comments

Comments
 (0)