We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c48d17 commit b77bbefCopy full SHA for b77bbef
dockerfiles/graph-toolbox/Dockerfile
@@ -36,7 +36,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
36
37
RUN cargo build --bin graphman --release --target ${TARGET}
38
39
-FROM rust:1-slim-bookworm@sha256:dd223a2cbd5dd759526e8a74effd21fa63f8a9f5d1f5ed04e8f98e4509671e6e as runtime
+FROM rust:1-slim-bookworm@sha256:907ff4b3ee7df57149ffee04f606e0a08b9b2ed3507f00a19cf3c9c0f74b7681 as runtime
40
41
ARG INDEXER_VERSION
42
ARG GRAPH_CLI_VERSION
0 commit comments