diff --git a/Dockerfile b/Dockerfile index 2e78d07e..f66545e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -162,7 +162,7 @@ RUN rm -rf /app/node_modules/@debugmcp && \ # setting lang.rust.sysroot (_adapterSettings.scriptConfig). Digest is the # multi-arch OCI index, so amd64 and arm64 TARGETARCH builds both resolve. # Bump alongside CodeLLDB bumps or when formatter drift is reported. -FROM rust:1.98.0-slim@sha256:cc0448b41c3b7b7fea44f5dc50eacba729a56db365b65b7bd5e8a82d5b3db078 AS rust-formatters +FROM rust:1.98.0-slim@sha256:17d1ba895198f9934c6314ec5346a0d5115372f3243390c3d731e242f35c2f27 AS rust-formatters RUN cp -r "$(rustc --print sysroot)/lib/rustlib/etc" /rust-etc # Stage 2: Create runtime image with full LLDB dependencies