Skip to content

Commit c82f8f9

Browse files
committed
docker: Use the rust image based on Debian buster
Rust recently updated its latest image to Debian bullseye
1 parent f1b0acc commit c82f8f9

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:latest as graph-node-build
7+
FROM rust:slim-buster as graph-node-build
88

99
ARG COMMIT_SHA=unknown
1010
ARG REPO_NAME=unknown

0 commit comments

Comments
 (0)