Skip to content

Commit

Permalink
chore: Bump graph-node to multiplatform image (#776)
Browse files Browse the repository at this point in the history
Bump graph-node to multiplatform image
  • Loading branch information
nahsi authored Feb 21, 2024
1 parent 91c7f13 commit fd071cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/configs/project/dockerCompose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async function genDockerCompose(): Promise<LatestConfig> {
},
},
[GRAPH_NODE_CONTAINER_NAME]: {
image: "graphprotocol/graph-node:v0.33.0",
image: "fluencelabs/graph-node:v0.34.1",
ports: [
"8000:8000",
"8001:8001",
Expand Down

0 comments on commit fd071cd

Please sign in to comment.