diff --git a/Dockerfile b/Dockerfile index 229f75e..25869c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.80.0-bookworm as builder +FROM rust:1.97.0-bookworm as builder COPY . .