Skip to content

Commit

Permalink
ci(deps): update graph-toolbox dependencies (#36)
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| npm        | @graphprotocol/graph-cli | 0.62.0 | 0.63.0 |

Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Dec 10, 2023
1 parent 1cf3c21 commit 47f5dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/graph-toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG GRAPH_NODE_VERSION="v0.33.0@sha256:11ae63286e8bb69d89a9663e496ef1ceed715621b
# renovate: datasource=npm depName=@graphprotocol/indexer-cli versioning=semver
ARG INDEXER_VERSION="0.20.23"
# renovate: datasource=npm depName=@graphprotocol/graph-cli versioning=semver
ARG GRAPH_CLI_VERSION="0.62.0"
ARG GRAPH_CLI_VERSION="0.63.0"

FROM graphprotocol/graph-node:${GRAPH_NODE_VERSION} as graphman-source

Expand Down

0 comments on commit 47f5dbf

Please sign in to comment.