diff --git a/Dockerfile b/Dockerfile index 7126cc8..421b387 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---------- Build stage ---------- -FROM rust:1.94 AS builder +FROM rust:1.95 AS builder WORKDIR /app COPY . .