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