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