diff --git a/dockerfiles/graph-toolbox/Dockerfile b/dockerfiles/graph-toolbox/Dockerfile index 5966b3c..f261ce3 100644 --- a/dockerfiles/graph-toolbox/Dockerfile +++ b/dockerfiles/graph-toolbox/Dockerfile @@ -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:595dc5ef3beb2483b751df6c0ab31ab18b7703d50f2b4e88e1633209d319b0b4 as runtime +FROM rust:1-slim-bookworm@sha256:c5bf976be6d358b7dc6113fe0ef179077244dff8fdd9c3bec1bcd14677d1f902 as runtime ARG INDEXER_VERSION ARG GRAPH_CLI_VERSION