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 @@ -3,15 +3,15 @@ ARG RUST_VERSION="1"
33# renovate: datasource=docker depName=graphprotocol/graph-node
44ARG GRAPH_NODE_VERSION="v0.41.1"
55# renovate: datasource=npm depName=@graphprotocol/indexer-cli
6- ARG INDEXER_VERSION="0.25.1 "
6+ ARG INDEXER_VERSION="0.25.3 "
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:c1e5f19e773b7878c3f7a805dd00a495e747acbdc76fb2337a4ebf0418896b33 as graphman-build
14+ FROM rust:${RUST_VERSION}-bookworm@sha256:9676d0547a259997add8f5924eb6b959c589ed39055338e23b99aba7958d6d31 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:8514999d4786ef12efe89239e86b3d0a021b94b9d35108c8efe6c79ca7dc1a65 as runtime
44+ FROM rust:${RUST_VERSION}-slim-bookworm@sha256:376e6785918280aa68bef2d8d7b0204b58dfd486f370419023363c6e8cc09ec3 as runtime
4545
4646ARG INDEXER_VERSION
4747ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments