diff --git a/Dockerfile b/Dockerfile index 3b88401..1d42339 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89 AS builder +FROM rust:1.95 AS builder WORKDIR /usr/src # Download and compile Rust dependencies in an empty project and cache as a separate Docker layer