Skip to content

Commit ed2e2cd

Browse files
chore(deps): update graphprotocol/graph-node docker tag to v0.36.0
1 parent 7faa309 commit ed2e2cd

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/cosmos-block-filtering/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
graph-node:
4-
image: graphprotocol/graph-node:v0.32.0
4+
image: graphprotocol/graph-node:v0.36.0
55
ports:
66
- '8000:8000'
77
- '8001:8001'

examples/cosmos-osmosis-token-swaps/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
graph-node:
4-
image: graphprotocol/graph-node:v0.32.0
4+
image: graphprotocol/graph-node:v0.36.0
55
ports:
66
- '8000:8000'
77
- '8001:8001'

examples/cosmos-validator-delegations/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
graph-node:
4-
image: graphprotocol/graph-node:v0.32.0
4+
image: graphprotocol/graph-node:v0.36.0
55
ports:
66
- '8000:8000'
77
- '8001:8001'

examples/cosmos-validator-rewards/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
graph-node:
4-
image: graphprotocol/graph-node:v0.32.0
4+
image: graphprotocol/graph-node:v0.36.0
55
ports:
66
- '8000:8000'
77
- '8001:8001'

examples/ethereum-gravatar/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
graph-node:
4-
image: graphprotocol/graph-node:v0.32.0
4+
image: graphprotocol/graph-node:v0.36.0
55
ports:
66
- '8000:8000'
77
- '8001:8001'

examples/near-blocks/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
graph-node:
4-
image: graphprotocol/graph-node:v0.32.0
4+
image: graphprotocol/graph-node:v0.36.0
55
ports:
66
- '8000:8000'
77
- '8001:8001'

examples/near-receipts/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
graph-node:
4-
image: graphprotocol/graph-node:v0.32.0
4+
image: graphprotocol/graph-node:v0.36.0
55
ports:
66
- '8000:8000'
77
- '8001:8001'

0 commit comments

Comments
 (0)