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=18
11
11
12
- FROM rust:1-bookworm@sha256:fcbb950e8fa0de7f8ada015ea78e97ad09fcc4120bf23485664e418e0ec5087b as graphman-build
12
+ FROM rust:1-bookworm@sha256:606b76fcad366b6fc801e38ddcf01f73778f77569eb46a12f12748b1231748d9 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:37e6f90f98b3afd15c2526d7abb257a1f4cb7d49808fe3729d9d62020b07b544 as runtime
39
+ FROM rust:1-slim-bookworm@sha256:894a3547d9e5b0eaa8463f7e6663201c3c48d7f4e719d933521e1fc075868478 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