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.60.0  |
| npm        | @graphprotocol/indexer-cli | 0.20.17 | 0.20.23 |
| docker     | graphprotocol/graph-node   | v0.31.0 | v0.32.0 |
  • Loading branch information
renovate-41e06b0f[bot] committed Oct 24, 2023
1 parent 5cfcac7 commit 8bab943
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.23"
# renovate: datasource=npm depName=@graphprotocol/graph-cli versioning=semver
ARG GRAPH_CLI_VERSION="0.52.0"
ARG GRAPH_CLI_VERSION="0.60.0"

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

FROM rust:1@sha256:b65e865c8ba44712737b9409f41d0f7c5a24321ed2525580d4093250458e2f92 as runtime
FROM rust:1@sha256:73af736ea21c14181c257bf674c7095a8bad6343a1eadd327a8bf1ce1c5209b4 as runtime

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 8bab943

Please sign in to comment.