From 894ec73bc737719e5ee355b6fe59cfbed21ac18a Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 14:04:06 +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 52ed89f..e4a1312 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:adab7941580c74513aa3347f2d2a1f975498280743d29ec62978ba12e3540d3a as graphman-build +FROM rust:${RUST_VERSION}-bookworm@sha256:6258907abe69656e41cd992e0b705cdcfabcbbe3db374f92ed2d47121282d4a1 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:caaf9ca7acd474892186860307d6f28e51fdbc1a4eada459fcff81517cf46a36 as runtime +FROM rust:${RUST_VERSION}-slim-bookworm@sha256:d7482085ff5b415f84dba5647ae71606650bdef00db7aeb69f4b3d170c3e4082 as runtime ARG INDEXER_VERSION ARG GRAPH_CLI_VERSION