Skip to content

Commit 84c764e

Browse files
ci(deps): update graph-toolbox dependencies (#337)
Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 53d31b1 commit 84c764e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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:af8fc166ddc0b7aa469f695dbb57c6f859dd440162dab6130d7e4714cbbf8dca as graphman-build
14+
FROM rust:${RUST_VERSION}-bookworm@sha256:8fed34f697cc63b2c9bb92233b4c078667786834d94dd51880cd0184285eefcf as graphman-build
1515

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

4242
RUN cargo build --bin graphman --release --target ${TARGET}
4343

44-
FROM rust:${RUST_VERSION}-slim-bookworm@sha256:ea63277ad2e4d89ea2e2b170ab0bde8813ed4809f66afa3db596d1ccf90b5903 as runtime
44+
FROM rust:${RUST_VERSION}-slim-bookworm@sha256:c4064394276a4afc5d80928d35b8e158936ab0267cc89fc6dd4c51a14863a71b as runtime
4545

4646
ARG INDEXER_VERSION
4747
ARG GRAPH_CLI_VERSION

0 commit comments

Comments
 (0)