File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dockerfiles/graph-toolbox Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ARG TARGET="x86_64-unknown-linux-gnu"
11
11
12
12
ARG NODE_MAJOR=22
13
13
14
- FROM rust:${RUST_VERSION}-bookworm@sha256:ad7e5fd44a71f317c88993a64d4073f9050516cd420ddacd90b7d43829f29f26 as graphman-build
14
+ FROM rust:${RUST_VERSION}-bookworm@sha256:e15c642b487dd013b2e425d001d32927391aca787ac582b98cca72234d466b60 as graphman-build
15
15
16
16
ARG GRAPH_NODE_VERSION
17
17
ARG TARGET
@@ -38,7 +38,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
38
38
39
39
RUN cargo build --bin graphman --release --target ${TARGET}
40
40
41
- FROM rust:${RUST_VERSION}-slim-bookworm@sha256:c46b18afcf69c93b00781d3108addc0f5d5f113cd69faccb02e1c22b470e6b3d as runtime
41
+ FROM rust:${RUST_VERSION}-slim-bookworm@sha256:215987920101ed15967e9ab4bab3a20e1b71ab3c0551b5088b380e0d4e1758b1 as runtime
42
42
43
43
ARG INDEXER_VERSION
44
44
ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments