Skip to content

Commit

Permalink
Modify referenced docker image to point to main
Browse files Browse the repository at this point in the history
Since this is the `main` branch of the project, and not a `release`
branch, we should refer to the `main` branch of our corresponding
docker images.
  • Loading branch information
Ayiga committed May 7, 2024
1 parent 9c4b8e5 commit 99131f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ services:
retries: 20

block-explorer:
image: ghcr.io/espressosystems/espresso-block-explorer:release-cappuccino
image: ghcr.io/espressosystems/espresso-block-explorer:main
ports:
- "$ESPRESSO_BLOCK_EXPLORER_PORT:3000"
environment:
Expand Down
2 changes: 1 addition & 1 deletion process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ processes:
failure_threshold: 20

block-explorer:
command: docker run --rm -p $ESPRESSO_BLOCK_EXPLORER_PORT:3000 -e QUERY_SERVICE_URI --platform=linux/amd64 ghcr.io/espressosystems/espresso-block-explorer:release-cappuccino
command: docker run --rm -p $ESPRESSO_BLOCK_EXPLORER_PORT:3000 -e QUERY_SERVICE_URI --platform=linux/amd64 ghcr.io/espressosystems/espresso-block-explorer:main
depends_on:
sequencer1:
condition: process_healthy

0 comments on commit 99131f0

Please sign in to comment.