File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dockerfiles/graph-toolbox Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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.39.1 "
4+ ARG GRAPH_NODE_VERSION="v0.40.0 "
55# renovate: datasource=npm depName=@graphprotocol/indexer-cli
6- ARG INDEXER_VERSION="0.23.8 "
6+ ARG INDEXER_VERSION="0.24.3 "
77# renovate: datasource=npm depName=@graphprotocol/graph-cli
88ARG GRAPH_CLI_VERSION="0.97.1"
99
1010ARG TARGET="x86_64-unknown-linux-gnu"
1111
1212ARG NODE_MAJOR=22
1313
14- FROM rust:${RUST_VERSION}-bookworm@sha256:a5c5c4b34e4742c068ed35e31c171443d4be3a417e419d03339dad7001d3f903 as graphman-build
14+ FROM rust:${RUST_VERSION}-bookworm@sha256:e090f7b4adf86191313dba91260351d7f5e15cac0fe34f26706a805c0cb9641f 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:094f072de55b061adcd5451f265ea5b41fb484475bd6d114742d990850845284 as runtime
44+ FROM rust:${RUST_VERSION}-slim-bookworm@sha256:21e2ac30e72a6d5b6d667b573eadad0578be9a5a99bac0b2b99b3d37795f90f9 as runtime
4545
4646ARG INDEXER_VERSION
4747ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments