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.38.0"
5
5
# renovate: datasource=npm depName=@graphprotocol/indexer-cli
6
- ARG INDEXER_VERSION="0.23.5 "
6
+ ARG INDEXER_VERSION="0.23.8 "
7
7
# renovate: datasource=npm depName=@graphprotocol/graph-cli
8
- ARG GRAPH_CLI_VERSION="0.97.0 "
8
+ ARG GRAPH_CLI_VERSION="0.97.1 "
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:7b65306dd21304f48c22be08d6a3e41001eef738b3bd3a5da51119c802321883 as graphman-build
14
+ FROM rust:${RUST_VERSION}-bookworm@sha256:5e33ae75f40bf25854fa86e33487f47075016d16726355a72171f67362ad6bf7 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:3f391b0678a6e0c88fd26f13e399c9c515ac47354e3cadfee7daee3b21651a4f as runtime
44
+ FROM rust:${RUST_VERSION}-slim-bookworm@sha256:9276ca34712033fa8d12db5f07417c0f5e7eefa41ba9925fd8b5f87627cf2fec 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