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
6- ARG INDEXER_VERSION="0.25.6 "
6+ ARG INDEXER_VERSION="0.25.8 "
77# renovate: datasource=npm depName=@graphprotocol/graph-cli
88ARG GRAPH_CLI_VERSION="0.98.1"
99
1010ARG 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:19addccb102796608de3a2a52c4875da2504bfabf94b1a890ae62c5a75fd77ab 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:1be4a4407da58f9ce5b41732f59d3e3a4c69a51acff83994e13ac5defbd7ec38 as runtime
4545
4646ARG INDEXER_VERSION
4747ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments