2
Fork 0

Update rust Docker tag to v1.88.0
All checks were successful
build Build for the target platform
lint/clippy Check for common mistakes and opportunities for code improvement

This commit is contained in:
Renovate 2025-06-26 21:01:37 +00:00
parent 8bbc2184e0
commit 172b3a29b2
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

View file

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