From 9e2250617eab61bf1590f5c05f9abac03eb29933 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:06:05 +0000 Subject: [PATCH] ci(deps): update graph-toolbox dependencies --- dockerfiles/graph-toolbox/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/graph-toolbox/Dockerfile b/dockerfiles/graph-toolbox/Dockerfile index 4303307..feb3d05 100644 --- a/dockerfiles/graph-toolbox/Dockerfile +++ b/dockerfiles/graph-toolbox/Dockerfile @@ -11,7 +11,7 @@ ARG TARGET="x86_64-unknown-linux-gnu" ARG NODE_MAJOR=22 -FROM rust:${RUST_VERSION}-bookworm@sha256:9676d0547a259997add8f5924eb6b959c589ed39055338e23b99aba7958d6d31 as graphman-build +FROM rust:${RUST_VERSION}-bookworm@sha256:812df42b4a866cf7165934691a0a89061281679a145b857dc679be8132e709b9 as graphman-build ARG GRAPH_NODE_VERSION ARG TARGET @@ -41,7 +41,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1) RUN cargo build --bin graphman --release --target ${TARGET} -FROM rust:${RUST_VERSION}-slim-bookworm@sha256:376e6785918280aa68bef2d8d7b0204b58dfd486f370419023363c6e8cc09ec3 as runtime +FROM rust:${RUST_VERSION}-slim-bookworm@sha256:38d9e7c33a262bf1c58aecfbdf778205491d703a2196d4abf459e81cfe9f95e4 as runtime ARG INDEXER_VERSION ARG GRAPH_CLI_VERSION