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 @@ -9,7 +9,7 @@ ARG TARGET="x86_64-unknown-linux-gnu"
9
9
10
10
ARG NODE_MAJOR=22
11
11
12
- FROM rust:1-bookworm@sha256:f7cbb35003d4ffb5543f8ad6480c1e36bbae5c3609523c9f0c2e223668ee9c1a as graphman-build
12
+ FROM rust:1-bookworm@sha256:f9ca146cb48a9074fc329cb4172c9bc27c4e1cefe1ab8e3ee91952c4a5aaa9bc as graphman-build
13
13
14
14
ARG GRAPH_NODE_VERSION
15
15
ARG TARGET
@@ -36,7 +36,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
36
36
37
37
RUN cargo build --bin graphman --release --target ${TARGET}
38
38
39
- FROM rust:1-slim-bookworm@sha256:f9a7f12aebdd20234e6ef881ce009aaf14ced90d244239b975faba5e26dc0bc2 as runtime
39
+ FROM rust:1-slim-bookworm@sha256:89e23177021d16bf959bf2c591f75bc5284a503bc35256e41f514dd58a4327f4 as runtime
40
40
41
41
ARG INDEXER_VERSION
42
42
ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments