File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ cd lisk-node
7878
7979Please 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
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ WORKDIR /app
77
88RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
99ENV 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
1212RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1313 git switch -c branch-$VERSION && \
1414 bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ WORKDIR /app
88
99RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
1010ENV 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
1313RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1414 git switch -c branch-$VERSION && \
1515 bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
You can’t perform that action at this time.
0 commit comments