From cc552a27abb2413598fcc6da260dd565734b85eb Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 19:56:12 +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 aeae2b2..32a008b 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:82150a52ec202c1b14d7817e14516c392bb7f5cfebd88f1ed531cb37ebd39922 as graphman-build +FROM rust:${RUST_VERSION}-bookworm@sha256:93ce27a88655056a51dbdd8f5f2d7ddc071c7b0070fb288a37b5a285fc83971e 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:1469a27c125cb5a3aebfa4f4e4665d935b02fb72cc093b2c974b3d740e43f157 as runtime +FROM rust:${RUST_VERSION}-slim-bookworm@sha256:ff521445a372125ed4f76e1453a1f8098f2d05332d1601d30db1c1f62757e730 as runtime ARG INDEXER_VERSION ARG GRAPH_CLI_VERSION