diff --git a/Dockerfile b/Dockerfile index 8dcefc2..f605eef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.96.1 as builder +FROM rust:1.97 as builder WORKDIR /usr/src/app