Skip to content

Commit dce9a34

Browse files
committed
update the version
1 parent 13a8d82 commit dce9a34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pages/operators/chain-operators/deploy/sequencer-node.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ When following the rest of this guide with Docker, replace the binary commands a
172172
```bash
173173
docker run --rm -v $(pwd):/workspace \
174174
us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101511.0 \
175-
[other arguments]
176175
```
177176

178177
**Instead of local binary:**
@@ -187,7 +186,6 @@ docker run --rm -v $(pwd):/workspace \
187186
docker run --rm -v $(pwd):/workspace \
188187
--network host \
189188
us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.13.3 \
190-
[other arguments]
191189
```
192190

193191
### Verify installation
@@ -204,7 +202,7 @@ Regardless of your chosen method, verify your installation:
204202
**For Docker:**
205203

206204
```bash
207-
docker run --rm us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.13.3 --version
205+
docker run --rm us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.13.3 op-node --version
208206
docker run --rm us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101511.0 version
209207
```
210208
### Complete Docker setup guide

0 commit comments

Comments
 (0)