diff --git a/Containerfile b/Containerfile index 440421c..af0a03d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM rust:1.84.1 AS lib_builder +FROM rust:1.86.0 AS lib_builder WORKDIR /src COPY rust/ . RUN cargo build