Skip to content

Commit

Permalink
chore: update apibara image
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Sep 7, 2022
1 parent 4848a05 commit bb5ae97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./_docker/apibara_mongodb:/data/db

apibara:
image: apibara/apibara:0.3.1
image: apibara/apibara:0.3.2
restart: always
command: start --config /usr/etc/apibara/configuration.toml
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./_docker/apibara_mongodb:/data/db

apibara:
image: apibara/apibara:0.3.0
image: apibara/apibara:0.3.2
restart: always
command: start --config /usr/etc/apibara/configuration.toml
environment:
Expand Down

0 comments on commit bb5ae97

Please sign in to comment.