Skip to content

Commit

Permalink
fix(graph-toolbox): match debian release to graph-node (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops authored Dec 12, 2023
1 parent 47f5dbf commit d56b77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/graph-toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG GRAPH_CLI_VERSION="0.63.0"

FROM graphprotocol/graph-node:${GRAPH_NODE_VERSION} as graphman-source

FROM rust:1@sha256:32d220ca8c77fe56afd6d057c382ea39aced503278526a34fc62b90946f92e02 as runtime
FROM rust:1-slim-bullseye@sha256:7c58e9fea791e63967d35375dc93f8e93bdaaf53e5f55862984bcf16bfe68fd7 as runtime

ENV DEBIAN_FRONTEND=noninteractive
ARG NODE_MAJOR=18
Expand Down

0 comments on commit d56b77d

Please sign in to comment.