From 99841c1a57b04394c670a34502654c7009885422 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 24 Nov 2022 15:51:36 +0200 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 48b4962..a55ac02 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.27.0 + image: graphprotocol/graph-node:v0.28.3 ports: - '9000:8000' - '9001:8001'