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 1
1
# renovate: datasource=docker depName=rust
2
2
ARG RUST_VERSION="1"
3
3
# renovate: datasource=docker depName=graphprotocol/graph-node
4
- ARG GRAPH_NODE_VERSION="v0.38.0 "
4
+ ARG GRAPH_NODE_VERSION="v0.39.1 "
5
5
# renovate: datasource=npm depName=@graphprotocol/indexer-cli
6
6
ARG INDEXER_VERSION="0.23.8"
7
7
# renovate: datasource=npm depName=@graphprotocol/graph-cli
@@ -11,7 +11,7 @@ ARG TARGET="x86_64-unknown-linux-gnu"
11
11
12
12
ARG NODE_MAJOR=22
13
13
14
- FROM rust:${RUST_VERSION}-bookworm@sha256:893a03d96de2c0e6eb8b73e24b2266264b6dee244ce997d1bae246901093ba23 as graphman-build
14
+ FROM rust:${RUST_VERSION}-bookworm@sha256:5771a3cc2081935c59ac52b92d49c9e164d4fed92c9f6420aa8cc50364aead6e 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:b84250b62fae4421d7b771794314f29b6b273c5753ce8201850e4eb4e2ca3806 as runtime
44
+ FROM rust:${RUST_VERSION}-slim-bookworm@sha256:1c7eb658b16d48458a4808f15de8264a3c20d449d0cabdae47654d98e9dcecfb 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