Skip to content

Commit 3386f44

Browse files
ci(deps): update graph-toolbox dependencies (#285)
Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 2aa6e50 commit 3386f44

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
@@ -11,7 +11,7 @@ ARG TARGET="x86_64-unknown-linux-gnu"
1111

1212
ARG NODE_MAJOR=22
1313

14-
FROM rust:${RUST_VERSION}-bookworm@sha256:ad7e5fd44a71f317c88993a64d4073f9050516cd420ddacd90b7d43829f29f26 as graphman-build
14+
FROM rust:${RUST_VERSION}-bookworm@sha256:e15c642b487dd013b2e425d001d32927391aca787ac582b98cca72234d466b60 as graphman-build
1515

1616
ARG GRAPH_NODE_VERSION
1717
ARG TARGET
@@ -38,7 +38,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
3838

3939
RUN cargo build --bin graphman --release --target ${TARGET}
4040

41-
FROM rust:${RUST_VERSION}-slim-bookworm@sha256:c46b18afcf69c93b00781d3108addc0f5d5f113cd69faccb02e1c22b470e6b3d as runtime
41+
FROM rust:${RUST_VERSION}-slim-bookworm@sha256:215987920101ed15967e9ab4bab3a20e1b71ab3c0551b5088b380e0d4e1758b1 as runtime
4242

4343
ARG INDEXER_VERSION
4444
ARG GRAPH_CLI_VERSION

0 commit comments

Comments
 (0)