diff --git a/Dockerfile b/Dockerfile index 9c5f04b..890fc4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ -FROM rust:1.19 as compile +FROM rust:1.79 as compile WORKDIR /build COPY . . RUN rm -Rf /build/Cargo.lock +RUN cargo update RUN cargo build --release FROM gcr.io/distroless/static-debian12