File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dockerfiles/graph-toolbox Expand file tree Collapse file tree 1 file changed +3
-3
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.40.2 "
4+ ARG GRAPH_NODE_VERSION="v0.41.0 "
55# renovate: datasource=npm depName=@graphprotocol/indexer-cli
66ARG INDEXER_VERSION="0.24.3"
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:d13fd52243fff0ed4faa6e09199022947aec4f0f8291b718769fc8c3d2a947f1 as graphman-build
14+ FROM rust:${RUST_VERSION}-bookworm@sha256:3914072ca0c3b8aad871db9169a651ccfce30cf58303e5d6f2db16d1d8a7e58f 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:3bee83bb39aff63f1c269a276f3dfc6e65f4251c2d7cc73e6181d8d3aca62e03 as runtime
44+ FROM rust:${RUST_VERSION}-slim-bookworm@sha256:64232e656c058f4468e8d024e990acff04f0fd5a5c0a88a574dc37773d7325c9 as runtime
4545
4646ARG INDEXER_VERSION
4747ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments