diff --git a/Dockerfile b/Dockerfile index f67cf75fc..b69f7e6d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ################ ##### Builder -FROM rust:1.93.0-slim@sha256:df6ca8f96d338697ccdbe3ccac57a85d2172e03a2429c2d243e74f3bb83ba2f5 AS builder +FROM rust:1.94.0-slim@sha256:d6782f2b326a10eaf593eb90cafc34a03a287b4a25fe4d0c693c90304b06f6d7 AS builder RUN rustup target add x86_64-unknown-linux-musl &&\ apt update && \