Skip to content

Commit 08e781a

Browse files
ci(deps): update graph-toolbox dependencies (#250)
Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent df599f1 commit 08e781a

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=22
1111

12-
FROM rust:1-bookworm@sha256:f7cbb35003d4ffb5543f8ad6480c1e36bbae5c3609523c9f0c2e223668ee9c1a as graphman-build
12+
FROM rust:1-bookworm@sha256:f9ca146cb48a9074fc329cb4172c9bc27c4e1cefe1ab8e3ee91952c4a5aaa9bc 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:f9a7f12aebdd20234e6ef881ce009aaf14ced90d244239b975faba5e26dc0bc2 as runtime
39+
FROM rust:1-slim-bookworm@sha256:89e23177021d16bf959bf2c591f75bc5284a503bc35256e41f514dd58a4327f4 as runtime
4040

4141
ARG INDEXER_VERSION
4242
ARG GRAPH_CLI_VERSION

0 commit comments

Comments
 (0)