Skip to content

Commit

Permalink
upgrade image to v. 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsc0x committed Aug 15, 2024
1 parent 2a7d5d6 commit ca2c78a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/compose/indexer-grpc/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- redis

indexer-grpc-cache-worker:
image: "${INDEXER_GRPC_IMAGE_REPO:-aptoslabs/indexer-grpc}:${IMAGE_TAG:-aptos-indexer-grpc-v1.5.1}"
image: "${INDEXER_GRPC_IMAGE_REPO:-aptoslabs/indexer-grpc}:${IMAGE_TAG:-aptos-indexer-grpc-v1.7.1}"
networks:
shared:
ipv4_address: 172.16.1.13
Expand All @@ -58,7 +58,7 @@ services:
- redis

indexer-grpc-file-store:
image: "${INDEXER_GRPC_IMAGE_REPO:-aptoslabs/indexer-grpc}:${IMAGE_TAG:-aptos-indexer-grpc-v1.5.1}"
image: "${INDEXER_GRPC_IMAGE_REPO:-aptoslabs/indexer-grpc}:${IMAGE_TAG:-aptos-indexer-grpc-v1.7.1}"
networks:
shared:
ipv4_address: 172.16.1.14
Expand All @@ -78,7 +78,7 @@ services:
- redis

indexer-grpc-data-service:
image: "${INDEXER_GRPC_IMAGE_REPO:-aptoslabs/indexer-grpc}:${IMAGE_TAG:-aptos-indexer-grpc-v1.5.1}"
image: "${INDEXER_GRPC_IMAGE_REPO:-aptoslabs/indexer-grpc}:${IMAGE_TAG:-aptos-indexer-grpc-v1.7.1}"
networks:
shared:
ipv4_address: 172.16.1.15
Expand Down

0 comments on commit ca2c78a

Please sign in to comment.