diff --git a/Dockerfile b/Dockerfile index c2060e84..f47fa618 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81 AS builder +FROM rust:1.83 AS builder WORKDIR /app