Skip to content

Commit

Permalink
chore: upgrade op-geth and op-node for delta & ecotone upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomtana committed Feb 2, 2024
1 parent 7b8516a commit d79016e
Showing 1 changed file with 2 additions and 2 deletions.
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 d79016e

Please sign in to comment.