diff --git a/compose-files/thegraph.yml b/compose-files/thegraph.yml index df4efdd..1b8f6b9 100644 --- a/compose-files/thegraph.yml +++ b/compose-files/thegraph.yml @@ -1,7 +1,7 @@ version: '3' services: graph-node: - image: graphprotocol/graph-node:v0.25.0 + image: graphprotocol/graph-node:v0.26.0 ports: - '9000:8000' - '9001:8001'