2
Fork 0

Merge pull request 'Update rust Docker tag to v1.87.0' (#14) from renovate/rust-1.x into master
All checks were successful
build Build for the target platform

Reviewed-on: #14
This commit is contained in:
Lucas Schwiderski 2025-05-30 13:24:03 +02:00
commit 8cffb11df1
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366

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. # 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=18 ARG LLVM_VERSION=18
ENV KEYRINGS=/usr/local/share/keyrings ENV KEYRINGS=/usr/local/share/keyrings