Skip to content

Commit

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

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Dec 11, 2024
1 parent 7bbb35c commit ee9f2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/graph-toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ ARG GRAPH_NODE_VERSION="v0.36.0"
# renovate: datasource=npm depName=@graphprotocol/indexer-cli versioning=semver
ARG INDEXER_VERSION="0.21.9"
# renovate: datasource=npm depName=@graphprotocol/graph-cli versioning=semver
ARG GRAPH_CLI_VERSION="0.90.1"
ARG GRAPH_CLI_VERSION="0.91.1"

ARG TARGET="x86_64-unknown-linux-gnu"

ARG NODE_MAJOR=18

FROM rust:1-bookworm@sha256:b1dfd215521dd0156fbb256bea796719e049f88ae85ec909a100ce784d5203fa as graphman-build
FROM rust:1-bookworm@sha256:39a313498ed0d74ccc01efb98ec5957462ac5a43d0ef73a6878f745b45ebfd2c as graphman-build

ARG GRAPH_NODE_VERSION
ARG TARGET
Expand Down

0 comments on commit ee9f2bb

Please sign in to comment.