diff --git a/Dockerfile b/Dockerfile index ce4b3bfd8..5a9a4691f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Compile -FROM rust:1.81.0-alpine3.20 AS compiler +FROM rust:1.85-alpine3.20 AS compiler RUN apk add -q --no-cache build-base openssl-dev