diff --git a/rust/Dockerfile b/rust/Dockerfile index b27b005a177..e193dc3e980 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.96-slim AS build +FROM rust:1.97-slim AS build WORKDIR /usr/src/app