From d4d66aa413bae584078bcb6baa05c7caf5712cf5 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:33: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 7792e8a..fe16503 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:13c186980fa33cc12759b429662a1322939dbe697484b7c33b47dd2698d28460 as graphman-build +FROM rust:${RUST_VERSION}-bookworm@sha256:77fac8b98f9f46062bb680b6d25d5bcaabfc400143952ebc572e924bcbedc3fa 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:b5f842fac1e3b4ff718a652a8e0173b62d9403ec826ef4998880b9347db30684 as runtime +FROM rust:${RUST_VERSION}-slim-bookworm@sha256:99e09cb2284e2ddbb73a995deee3e91783fd04d177602ccf6eab326d778ee777 as runtime ARG INDEXER_VERSION ARG GRAPH_CLI_VERSION