diff --git a/Dockerfile b/Dockerfile index 054e31b..5f6bf0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.62 as builder +FROM rust:1.71 as builder WORKDIR /app