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.40.0 "
4
+ ARG GRAPH_NODE_VERSION="v0.40.1 "
5
5
# renovate: datasource=npm depName=@graphprotocol/indexer-cli
6
6
ARG INDEXER_VERSION="0.24.3"
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:e090f7b4adf86191313dba91260351d7f5e15cac0fe34f26706a805c0cb9641f as graphman-build
14
+ FROM rust:${RUST_VERSION}-bookworm@sha256:948f9b08a66e7fe01b03a98ef1c7568292e07ec2e4fe90d88c07bb14563c84ff 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:21e2ac30e72a6d5b6d667b573eadad0578be9a5a99bac0b2b99b3d37795f90f9 as runtime
44
+ FROM rust:${RUST_VERSION}-slim-bookworm@sha256:d7fc7de78bb8c1469933aeecbf801314d30d7d6e9f0578bba4cfa285bfa37fe6 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