diff --git a/Dockerfile b/Dockerfile index eaec094..d95a962 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.88 as builder +FROM rust:1.88-buster as builder WORKDIR /usr/src/myapp COPY . . RUN cargo install --path .