Skip to content

Commit d02ea24

Browse files
ci(deps): update graph-toolbox dependencies (#307)
| datasource | package | from | to | | ---------- | ------------------------ | ------- | ------- | | docker | graphprotocol/graph-node | v0.38.0 | v0.39.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 5e46f91 commit d02ea24

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
@@ -1,7 +1,7 @@
11
# renovate: datasource=docker depName=rust
22
ARG RUST_VERSION="1"
33
# renovate: datasource=docker depName=graphprotocol/graph-node
4-
ARG GRAPH_NODE_VERSION="v0.38.0"
4+
ARG GRAPH_NODE_VERSION="v0.39.1"
55
# renovate: datasource=npm depName=@graphprotocol/indexer-cli
66
ARG INDEXER_VERSION="0.23.8"
77
# renovate: datasource=npm depName=@graphprotocol/graph-cli
@@ -11,7 +11,7 @@ ARG TARGET="x86_64-unknown-linux-gnu"
1111

1212
ARG NODE_MAJOR=22
1313

14-
FROM rust:${RUST_VERSION}-bookworm@sha256:893a03d96de2c0e6eb8b73e24b2266264b6dee244ce997d1bae246901093ba23 as graphman-build
14+
FROM rust:${RUST_VERSION}-bookworm@sha256:5771a3cc2081935c59ac52b92d49c9e164d4fed92c9f6420aa8cc50364aead6e as graphman-build
1515

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

4242
RUN cargo build --bin graphman --release --target ${TARGET}
4343

44-
FROM rust:${RUST_VERSION}-slim-bookworm@sha256:b84250b62fae4421d7b771794314f29b6b273c5753ce8201850e4eb4e2ca3806 as runtime
44+
FROM rust:${RUST_VERSION}-slim-bookworm@sha256:1c7eb658b16d48458a4808f15de8264a3c20d449d0cabdae47654d98e9dcecfb as runtime
4545

4646
ARG INDEXER_VERSION
4747
ARG GRAPH_CLI_VERSION

0 commit comments

Comments
 (0)