Skip to content

Commit a0c9bb5

Browse files
graphops-renovate[bot]i0n
authored andcommitted
ci(deps): update graph-toolbox dependencies
| datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | npm | @graphprotocol/graph-cli | 0.77.0 | 0.78.0 |
1 parent 5928790 commit a0c9bb5

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
@@ -3,13 +3,13 @@ ARG GRAPH_NODE_VERSION="v0.33.0@sha256:11ae63286e8bb69d89a9663e496ef1ceed715621b
33
# renovate: datasource=npm depName=@graphprotocol/indexer-cli versioning=semver
44
ARG INDEXER_VERSION="0.21.3"
55
# renovate: datasource=npm depName=@graphprotocol/graph-cli versioning=semver
6-
ARG GRAPH_CLI_VERSION="0.77.0"
6+
ARG GRAPH_CLI_VERSION="0.78.0"
77

88
ARG TARGET="x86_64-unknown-linux-gnu"
99

1010
ARG NODE_MAJOR=18
1111

12-
FROM rust:1-bookworm@sha256:2c454db58842de39b18057df0617d24eb4f94f77d99ea8dfc0788387d0c9dc81 as graphman-build
12+
FROM rust:1-bookworm@sha256:4c45f61ebe054560190f232b7d883f174ff287e1a0972c8f6d7ab88da0188870 as graphman-build
1313

1414
ARG GRAPH_NODE_VERSION
1515
ARG TARGET
@@ -36,7 +36,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
3636

3737
RUN cargo build --bin graphman --release --target ${TARGET}
3838

39-
FROM rust:1-slim-bookworm@sha256:ac56da5ed2128aa656ecdab1ecc5620f4117524166eef1a96da4247e9fa04bd4 as runtime
39+
FROM rust:1-slim-bookworm@sha256:8147f469458ff9dd26ac25c7dac505749db934088776a624869c01cd60581314 as runtime
4040

4141
ARG INDEXER_VERSION
4242
ARG GRAPH_CLI_VERSION

0 commit comments

Comments
 (0)