File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dockerfiles/graph-toolbox Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ ARG GRAPH_NODE_VERSION="v0.33.0@sha256:11ae63286e8bb69d89a9663e496ef1ceed715621b
3
3
# renovate: datasource=npm depName=@graphprotocol/indexer-cli versioning=semver
4
4
ARG INDEXER_VERSION="0.21.3"
5
5
# 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"
7
7
8
8
ARG TARGET="x86_64-unknown-linux-gnu"
9
9
10
10
ARG NODE_MAJOR=18
11
11
12
- FROM rust:1-bookworm@sha256:2c454db58842de39b18057df0617d24eb4f94f77d99ea8dfc0788387d0c9dc81 as graphman-build
12
+ FROM rust:1-bookworm@sha256:4c45f61ebe054560190f232b7d883f174ff287e1a0972c8f6d7ab88da0188870 as graphman-build
13
13
14
14
ARG GRAPH_NODE_VERSION
15
15
ARG TARGET
@@ -36,7 +36,7 @@ RUN git checkout $(echo ${GRAPH_NODE_VERSION} | cut -d '@' -f 1)
36
36
37
37
RUN cargo build --bin graphman --release --target ${TARGET}
38
38
39
- FROM rust:1-slim-bookworm@sha256:ac56da5ed2128aa656ecdab1ecc5620f4117524166eef1a96da4247e9fa04bd4 as runtime
39
+ FROM rust:1-slim-bookworm@sha256:8147f469458ff9dd26ac25c7dac505749db934088776a624869c01cd60581314 as runtime
40
40
41
41
ARG INDEXER_VERSION
42
42
ARG GRAPH_CLI_VERSION
You can’t perform that action at this time.
0 commit comments