diff --git a/Dockerfile b/Dockerfile index e7c359e3..5448893f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:latest AS base +FROM debian:bookworm-slim AS base ENV CARGO_NET_GIT_FETCH_WITH_CLI=true