Skip to content

Commit 14e7cc5

Browse files
committed
docker: Use rust:buster not slim-buster as the base image
1 parent c82f8f9 commit 14e7cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# by running something like the following
55
# docker build --target STAGE -f docker/Dockerfile .
66

7-
FROM rust:slim-buster as graph-node-build
7+
FROM rust:buster as graph-node-build
88

99
ARG COMMIT_SHA=unknown
1010
ARG REPO_NAME=unknown

0 commit comments

Comments
 (0)