Skip to content

Commit

Permalink
chore: update immutable docker tag (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardJES authored Jul 31, 2024
1 parent ea90d93 commit c88647d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/validator/external-chains/immutable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ mkdir /opt/immutable-zkevm
2. Pull the Docker image.
```bash
docker pull ghcr.io/immutable/go-ethereum/go-ethereum:v1.0.0-beta.1
docker pull ghcr.io/immutable/go-ethereum/go-ethereum:latest
# Create a short-form tag we can reference in the next few commands
docker tag ghcr.io/immutable/go-ethereum/go-ethereum:v1.0.0-beta.1 geth
docker tag ghcr.io/immutable/go-ethereum/go-ethereum:latest geth
```
3. Initialise the node.
Expand Down

0 comments on commit c88647d

Please sign in to comment.