diff --git a/Dockerfile b/Dockerfile index bbe664a..d06ce02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.96 AS builder +FROM rust:1.97 AS builder WORKDIR app COPY . .