Skip to content

Commit

Permalink
docker: Use rust:buster not slim-buster as the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed Sep 10, 2021
1 parent c82f8f9 commit 14e7cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# by running something like the following
# docker build --target STAGE -f docker/Dockerfile .

FROM rust:slim-buster as graph-node-build
FROM rust:buster as graph-node-build

ARG COMMIT_SHA=unknown
ARG REPO_NAME=unknown
Expand Down

0 comments on commit 14e7cc5

Please sign in to comment.