Skip to content

Commit 3d58f71

Browse files
ci(deps): update graph-toolbox dependencies (#297)
| datasource | package | from | to | | ---------- | -------------------------- | ------ | ------ | | npm | @graphprotocol/graph-cli | 0.96.0 | 0.97.0 | | npm | @graphprotocol/indexer-cli | 0.22.1 | 0.23.5 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 5ee4d07 commit 3d58f71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dockerfiles/graph-toolbox/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ ARG RUST_VERSION="1"
33
# renovate: datasource=docker depName=graphprotocol/graph-node
44
ARG GRAPH_NODE_VERSION="v0.37.0"
55
# renovate: datasource=npm depName=@graphprotocol/indexer-cli
6-
ARG INDEXER_VERSION="0.22.1"
6+
ARG INDEXER_VERSION="0.23.5"
77
# renovate: datasource=npm depName=@graphprotocol/graph-cli
8-
ARG GRAPH_CLI_VERSION="0.96.0"
8+
ARG GRAPH_CLI_VERSION="0.97.0"
99

1010
ARG TARGET="x86_64-unknown-linux-gnu"
1111

1212
ARG NODE_MAJOR=22
1313

14-
FROM rust:${RUST_VERSION}-bookworm@sha256:e51d0265072d2d9d5d320f6a44dde6b9ef13653b035098febd68cce8fa7c0bc4 as graphman-build
14+
FROM rust:${RUST_VERSION}-bookworm@sha256:7b65306dd21304f48c22be08d6a3e41001eef738b3bd3a5da51119c802321883 as graphman-build
1515

1616
ARG GRAPH_NODE_VERSION
1717
ARG TARGET
@@ -41,7 +41,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
4141

4242
RUN cargo build --bin graphman --release --target ${TARGET}
4343

44-
FROM rust:${RUST_VERSION}-slim-bookworm@sha256:9f841bbe9e7d8e37ceb96ed907265a3a0df7f44e3737d0b100e7907a679acb36 as runtime
44+
FROM rust:${RUST_VERSION}-slim-bookworm@sha256:3f391b0678a6e0c88fd26f13e399c9c515ac47354e3cadfee7daee3b21651a4f as runtime
4545

4646
ARG INDEXER_VERSION
4747
ARG GRAPH_CLI_VERSION

0 commit comments

Comments
 (0)