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:1 -bookworm@sha256:efe14eee1be3fd2462fe349b5948b0d1b179b421c9fb23acb20b579f59299daf as graphman-build
14
+ FROM rust:${RUST_VERSION} -bookworm@sha256:efe14eee1be3fd2462fe349b5948b0d1b179b421c9fb23acb20b579f59299daf 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:1 -slim-bookworm@sha256:371c95a6914063ad8a1f00c1fd00e6c93cb8f30ae2831e973b891ff616bc1ab3 as runtime
41
+ FROM rust:${RUST_VERSION} -slim-bookworm@sha256:371c95a6914063ad8a1f00c1fd00e6c93cb8f30ae2831e973b891ff616bc1ab3 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