diff --git a/Dockerfile b/Dockerfile index d61ade20..7ea1f417 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79 AS builder +FROM rust:1.80 AS builder WORKDIR /app