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:5e33ae75f40bf25854fa86e33487f47075016d16726355a72171f67362ad6bf7 as graphman-build
14
+ FROM rust:${RUST_VERSION}-bookworm@sha256:893a03d96de2c0e6eb8b73e24b2266264b6dee244ce997d1bae246901093ba23 as graphman-build
15
15
16
16
ARG GRAPH_NODE_VERSION
17
17
ARG TARGET
@@ -41,7 +41,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
41
41
42
42
RUN cargo build --bin graphman --release --target ${TARGET}
43
43
44
- FROM rust:${RUST_VERSION}-slim-bookworm@sha256:9276ca34712033fa8d12db5f07417c0f5e7eefa41ba9925fd8b5f87627cf2fec as runtime
44
+ FROM rust:${RUST_VERSION}-slim-bookworm@sha256:b84250b62fae4421d7b771794314f29b6b273c5753ce8201850e4eb4e2ca3806 as runtime
45
45
46
46
ARG INDEXER_VERSION
47
47
ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments