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 @@ -3,15 +3,15 @@ ARG RUST_VERSION="1"
3
3
# renovate: datasource=docker depName=graphprotocol/graph-node
4
4
ARG GRAPH_NODE_VERSION="v0.37.0"
5
5
# renovate: datasource=npm depName=@graphprotocol/indexer-cli
6
- ARG INDEXER_VERSION="0.22.1 "
6
+ ARG INDEXER_VERSION="0.23.5 "
7
7
# renovate: datasource=npm depName=@graphprotocol/graph-cli
8
- ARG GRAPH_CLI_VERSION="0.96 .0"
8
+ ARG GRAPH_CLI_VERSION="0.97 .0"
9
9
10
10
ARG TARGET="x86_64-unknown-linux-gnu"
11
11
12
12
ARG NODE_MAJOR=22
13
13
14
- FROM rust:${RUST_VERSION}-bookworm@sha256:e51d0265072d2d9d5d320f6a44dde6b9ef13653b035098febd68cce8fa7c0bc4 as graphman-build
14
+ FROM rust:${RUST_VERSION}-bookworm@sha256:7b65306dd21304f48c22be08d6a3e41001eef738b3bd3a5da51119c802321883 as graphman-build
15
15
16
16
ARG GRAPH_NODE_VERSION
17
17
ARG TARGET
@@ -41,7 +41,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
41
41
42
42
RUN cargo build --bin graphman --release --target ${TARGET}
43
43
44
- FROM rust:${RUST_VERSION}-slim-bookworm@sha256:9f841bbe9e7d8e37ceb96ed907265a3a0df7f44e3737d0b100e7907a679acb36 as runtime
44
+ FROM rust:${RUST_VERSION}-slim-bookworm@sha256:3f391b0678a6e0c88fd26f13e399c9c515ac47354e3cadfee7daee3b21651a4f as runtime
45
45
46
46
ARG INDEXER_VERSION
47
47
ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments