We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b0acc commit c82f8f9Copy full SHA for c82f8f9
docker/Dockerfile
@@ -4,7 +4,7 @@
4
# by running something like the following
5
# docker build --target STAGE -f docker/Dockerfile .
6
7
-FROM rust:latest as graph-node-build
+FROM rust:slim-buster as graph-node-build
8
9
ARG COMMIT_SHA=unknown
10
ARG REPO_NAME=unknown
0 commit comments