Skip to content

Commit

Permalink
ci(deps): update graph-toolbox dependencies
Browse files Browse the repository at this point in the history
| datasource | package                    | from    | to      |
| ---------- | -------------------------- | ------- | ------- |
| npm        | @graphprotocol/graph-cli   | 0.52.0  | 0.58.0  |
| npm        | @graphprotocol/indexer-cli | 0.20.17 | 0.20.22 |
| docker     | graphprotocol/graph-node   | v0.31.0 | v0.32.0 |
  • Loading branch information
renovate-41e06b0f[bot] committed Sep 26, 2023
1 parent 5cfcac7 commit 1a05ac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dockerfiles/graph-toolbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# renovate: datasource=docker depName=graphprotocol/graph-node versioning=semver
ARG GRAPH_NODE_VERSION="v0.31.0"
ARG GRAPH_NODE_VERSION="v0.32.0"
# renovate: datasource=npm depName=@graphprotocol/indexer-cli versioning=semver
ARG INDEXER_VERSION="0.20.17"
ARG INDEXER_VERSION="0.20.22"
# renovate: datasource=npm depName=@graphprotocol/graph-cli versioning=semver
ARG GRAPH_CLI_VERSION="0.52.0"
ARG GRAPH_CLI_VERSION="0.58.0"

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

FROM rust:1@sha256:b65e865c8ba44712737b9409f41d0f7c5a24321ed2525580d4093250458e2f92 as runtime
FROM rust:1@sha256:911acdfd39276ead0dfb583a833f1db7d787ad0d5333848378d88f19e5fc158c as runtime

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 1a05ac2

Please sign in to comment.