diff --git a/Dockerfile b/Dockerfile index 7a4bb08..51f37b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.93.0-slim AS build +FROM rust:1.94.0-slim AS build RUN rustup target add x86_64-unknown-linux-musl && \ apt-get update && \