diff --git a/Dockerfile b/Dockerfile index bf98cbeca..2cc1dcaec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Compile -FROM rust:alpine3.16 AS compiler +FROM rust:1.71.1-alpine3.18 AS compiler RUN apk add -q --update-cache --no-cache build-base openssl-dev