diff --git a/Dockerfile b/Dockerfile index 856fe0f92..51ab2f2ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,15 @@ RUN case "$TARGETPLATFORM" in \ *) exit 1 ;; \ esac +# Temporarily using nightly-2025-11-02 for bundled musl v1.2.5 +# Ref: https://github.com/rust-lang/rust/pull/142682 +# TODO(samypr100): Remove when toolchain updates to 1.93 +COPY <