Skip to content

Commit

Permalink
[SKIP CI]Merge pull request #550 from subquery/build/v2.7.0
Browse files Browse the repository at this point in the history
Build/v2.7.0
  • Loading branch information
cool-firer authored Nov 14, 2024
2 parents deceb6e + 3a63821 commit d728cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/indexer-coordinator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/indexer-coordinator",
"version": "2.7.1-0",
"version": "2.7.0",
"description": "",
"author": "SubQuery",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
retries: 5

coordinator:
image: subquerynetwork/indexer-coordinator:v2.6.1
image: subquerynetwork/indexer-coordinator:v2.7.0
container_name: indexer_coordinator
restart: always
ports:
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
test: ['CMD', 'redis-cli', '--raw', 'incr', 'ping']

proxy:
image: subquerynetwork/indexer-proxy:v2.7.0
image: subquerynetwork/indexer-proxy:v2.7.1
container_name: indexer_proxy
restart: always
ports:
Expand Down

0 comments on commit d728cfe

Please sign in to comment.