diff --git a/Dockerfile b/Dockerfile index d7901f1..2cfb3ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.96-slim as builder +FROM rust:1.97-slim as builder WORKDIR /app COPY . . RUN cargo build --release