From b38c6fc418a8f2e60c355a93544279b0a6a12007 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Wed, 15 Jun 2022 17:59:25 +0300 Subject: [PATCH] Update thegraph.yml --- compose-files/thegraph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'