Skip to content

Commit

Permalink
Merge pull request #161 from Chomtana/main
Browse files Browse the repository at this point in the history
Granite Mainnet release
  • Loading branch information
Chomtana authored Sep 1, 2024
2 parents d6d5f3a + 3564263 commit 60afac8
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.101315.3
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101408.0
restart: unless-stopped
stop_grace_period: 5m
entrypoint: /scripts/start-op-geth.sh
Expand All @@ -49,7 +49,7 @@ services:
- "host.docker.internal:host-gateway"

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

0 comments on commit 60afac8

Please sign in to comment.