From 3c128f86bc97847404e84cc9acf11283f2be3232 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:16:41 +0000 Subject: [PATCH] ci(deps): update graph-toolbox dependencies (#246) Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> --- 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 35eedf6..913db3f 100644 --- a/dockerfiles/graph-toolbox/Dockerfile +++ b/dockerfiles/graph-toolbox/Dockerfile @@ -9,7 +9,7 @@ ARG TARGET="x86_64-unknown-linux-gnu" ARG NODE_MAJOR=22 -FROM rust:1-bookworm@sha256:a45bf1f5d9af0a23b26703b3500d70af1abff7f984a7abef5a104b42c02a292b as graphman-build +FROM rust:1-bookworm@sha256:f7cbb35003d4ffb5543f8ad6480c1e36bbae5c3609523c9f0c2e223668ee9c1a as graphman-build ARG GRAPH_NODE_VERSION ARG TARGET @@ -36,7 +36,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1) RUN cargo build --bin graphman --release --target ${TARGET} -FROM rust:1-slim-bookworm@sha256:540c902e99c384163b688bbd8b5b8520e94e7731b27f7bd0eaa56ae1960627ab as runtime +FROM rust:1-slim-bookworm@sha256:f9a7f12aebdd20234e6ef881ce009aaf14ced90d244239b975faba5e26dc0bc2 as runtime ARG INDEXER_VERSION ARG GRAPH_CLI_VERSION