diff --git a/Dockerfile b/Dockerfile index 64beb60..21b1cab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91 AS builder +FROM rust:1.92 AS builder WORKDIR app COPY . .