Skip to content

Commit

Permalink
Merge pull request #121 from Chomtana/main
Browse files Browse the repository at this point in the history
upgrade op-geth and op-node for delta & ecotone upgrade
  • Loading branch information
Chomtana authored Feb 2, 2024
2 parents de82b8d + 5606109 commit f20e8b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ Will restart the node safely with minimal downtime but without upgrading the nod

### Upgrade

Pull the latest updates from GitHub, and Docker Hub and rebuild the container.

```sh
git pull
docker compose pull
docker compose up -d --build --force-recreate
```
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- ${PORT__HEALTHCHECK_METRICS:-7300}:7300

op-geth:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101304.2
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101305.3
restart: unless-stopped
stop_grace_period: 5m
entrypoint: /scripts/start-op-geth.sh
Expand All @@ -45,7 +45,7 @@ services:
- ${PORT__OP_GETH_WS:-9994}:8546

op-node:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.4.3
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.5.0
restart: unless-stopped
stop_grace_period: 5m
entrypoint: /scripts/start-op-node.sh
Expand Down

0 comments on commit f20e8b6

Please sign in to comment.