From 140fca0ce4fda59f9da28c20f7b9850da5ce21ca Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:58:55 +0000 Subject: [PATCH] ci(deps): update graph-toolbox dependencies (#32) Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com> --- dockerfiles/graph-toolbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/graph-toolbox/Dockerfile b/dockerfiles/graph-toolbox/Dockerfile index aa606b5..e70d3d1 100644 --- a/dockerfiles/graph-toolbox/Dockerfile +++ b/dockerfiles/graph-toolbox/Dockerfile @@ -7,7 +7,7 @@ ARG GRAPH_CLI_VERSION="0.62.0" FROM graphprotocol/graph-node:${GRAPH_NODE_VERSION} as graphman-source -FROM rust:1@sha256:6de6071df133f8be44dd4538c74e93590941c6d2b9c98853e05011714fbcf57d as runtime +FROM rust:1@sha256:32d220ca8c77fe56afd6d057c382ea39aced503278526a34fc62b90946f92e02 as runtime ENV DEBIAN_FRONTEND=noninteractive ARG NODE_MAJOR=18