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