From 8bab943f5a594707f3d13b7e61fc749cc4e50135 Mon Sep 17 00:00:00 2001 From: Renovate Bot <135008009+renovate-41e06b0f[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:16:21 +0000 Subject: [PATCH] ci(deps): update graph-toolbox dependencies | 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 | --- dockerfiles/graph-toolbox/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dockerfiles/graph-toolbox/Dockerfile b/dockerfiles/graph-toolbox/Dockerfile index 95344bd..6b8539e 100644 --- a/dockerfiles/graph-toolbox/Dockerfile +++ b/dockerfiles/graph-toolbox/Dockerfile @@ -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