Skip to content

Commit c2bc7cc

Browse files
ci(deps): update graph-toolbox dependencies (#283)
| datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | npm | @graphprotocol/graph-cli | 0.95.0 | 0.96.0 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent a107032 commit c2bc7cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerfiles/graph-toolbox/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ARG GRAPH_NODE_VERSION="v0.36.1"
55
# renovate: datasource=npm depName=@graphprotocol/indexer-cli
66
ARG INDEXER_VERSION="0.22.0"
77
# renovate: datasource=npm depName=@graphprotocol/graph-cli
8-
ARG GRAPH_CLI_VERSION="0.95.0"
8+
ARG GRAPH_CLI_VERSION="0.96.0"
99

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

1212
ARG NODE_MAJOR=22
1313

14-
FROM rust:${RUST_VERSION}-bookworm@sha256:738ae99a3d75623f41e6882566b4ef37e38a9840244a47efd4a0ca22e9628b88 as graphman-build
14+
FROM rust:${RUST_VERSION}-bookworm@sha256:ad7e5fd44a71f317c88993a64d4073f9050516cd420ddacd90b7d43829f29f26 as graphman-build
1515

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

3939
RUN cargo build --bin graphman --release --target ${TARGET}
4040

41-
FROM rust:${RUST_VERSION}-slim-bookworm@sha256:69fbd6ab81b514580bc14f35323fecb09feba9e74c5944ece9a70d9a2a369df0 as runtime
41+
FROM rust:${RUST_VERSION}-slim-bookworm@sha256:c46b18afcf69c93b00781d3108addc0f5d5f113cd69faccb02e1c22b470e6b3d as runtime
4242

4343
ARG INDEXER_VERSION
4444
ARG GRAPH_CLI_VERSION

0 commit comments

Comments
 (0)