diff --git a/bookstore-actix/Dockerfile b/bookstore-actix/Dockerfile index b70ef8d..783456d 100644 --- a/bookstore-actix/Dockerfile +++ b/bookstore-actix/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.69 as builder +FROM rust:1.72-buster as builder WORKDIR /usr/src/bookstore COPY . . RUN cargo install --path .