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:fdb91abf3cb33f1ebc84a76461d2472fd8cf606df69c181050fa7474bade2895 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:5ae2d2ef9875c9c2407bf9b5678e6375304f7ecf8ea46b23e403a5690ec357ec as runtime
4545
4646ARG INDEXER_VERSION
4747ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments