Skip to content

Commit 7e43565

Browse files
ci(deps): update graph-toolbox dependencies (#160)
Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 8fddbdf commit 7e43565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/graph-toolbox/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG TARGET="x86_64-unknown-linux-gnu"
99

1010
ARG NODE_MAJOR=18
1111

12-
FROM rust:1-bookworm@sha256:fcbb950e8fa0de7f8ada015ea78e97ad09fcc4120bf23485664e418e0ec5087b as graphman-build
12+
FROM rust:1-bookworm@sha256:606b76fcad366b6fc801e38ddcf01f73778f77569eb46a12f12748b1231748d9 as graphman-build
1313

1414
ARG GRAPH_NODE_VERSION
1515
ARG TARGET
@@ -36,7 +36,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
3636

3737
RUN cargo build --bin graphman --release --target ${TARGET}
3838

39-
FROM rust:1-slim-bookworm@sha256:37e6f90f98b3afd15c2526d7abb257a1f4cb7d49808fe3729d9d62020b07b544 as runtime
39+
FROM rust:1-slim-bookworm@sha256:894a3547d9e5b0eaa8463f7e6663201c3c48d7f4e719d933521e1fc075868478 as runtime
4040

4141
ARG INDEXER_VERSION
4242
ARG GRAPH_CLI_VERSION

0 commit comments

Comments
 (0)