Update rust Docker tag to v1.87.0 #7

Merged
lucas merged 1 commit from renovate/rust-1.x into master 2025-05-30 13:19:47 +02:00

View file

@ -25,7 +25,7 @@ RUN set -eux; \
# And to keep that to a minimum, we still delete the stuff we don't need. # And to keep that to a minimum, we still delete the stuff we don't need.
rm -rf /root/.xwin-cache; rm -rf /root/.xwin-cache;
FROM rust:1.86.0-slim-bullseye AS final FROM rust:1.87.0-slim-bullseye AS final
ARG LLVM_VERSION=20 ARG LLVM_VERSION=20
ENV KEYRINGS=/usr/local/share/keyrings ENV KEYRINGS=/usr/local/share/keyrings