diff --git a/Dockerfile b/Dockerfile index 718f450..6bb0e13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.95.0-slim AS build +FROM rust:1.98.0-slim AS build RUN rustup target add x86_64-unknown-linux-musl && \ apt-get update && \