diff --git a/Dockerfile b/Dockerfile index 1bbc441..75e6929 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79 as compile +FROM rust:1.88 as compile WORKDIR /build