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