diff --git a/Dockerfile b/Dockerfile index 5027e28..2b6a6e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.48 as builder +FROM rust:1.52 as builder RUN rustup target add x86_64-unknown-linux-musl