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