File tree Expand file tree Collapse file tree
dockerfiles/graph-toolbox Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# renovate: datasource=docker depName=rust
22ARG RUST_VERSION="1"
33# renovate: datasource=docker depName=graphprotocol/graph-node
4- ARG GRAPH_NODE_VERSION="v0.41.2 "
4+ ARG GRAPH_NODE_VERSION="v0.42.1 "
55# renovate: datasource=npm depName=@graphprotocol/indexer-cli
66ARG INDEXER_VERSION="0.25.6"
77# renovate: datasource=npm depName=@graphprotocol/graph-cli
@@ -11,7 +11,7 @@ ARG TARGET="x86_64-unknown-linux-gnu"
1111
1212ARG NODE_MAJOR=22
1313
14- FROM rust:${RUST_VERSION}-bookworm@sha256:ca8d52cf3eadfe814328f1cff05e3f0022b4cf696ddc8498ef26b52f71b201ad as graphman-build
14+ FROM rust:${RUST_VERSION}-bookworm@sha256:365468470075493dc4583f47387001854321c5a8583ea9604b297e67f01c5a4f as graphman-build
1515
1616ARG GRAPH_NODE_VERSION
1717ARG TARGET
@@ -41,7 +41,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
4141
4242RUN cargo build --bin graphman --release --target ${TARGET}
4343
44- FROM rust:${RUST_VERSION}-slim-bookworm@sha256:98c4414986f091750177710b667e76c7e66c39e75da95a41d60583da16fbe47f as runtime
44+ FROM rust:${RUST_VERSION}-slim-bookworm@sha256:a86cada82e36ebd7a9bffed7548792c55a952fdb20718eea9278a936bcb76e62 as runtime
4545
4646ARG INDEXER_VERSION
4747ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments