diff --git a/Dockerfile b/Dockerfile index a3ee6733..893e4bbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.84.1-slim AS build +FROM rust:1.87.0-slim AS build RUN rustup target add x86_64-unknown-linux-musl && \ apt-get update && \