Merge pull request 'Update rust Docker tag to v1.88.0' (#19) from renovate/rust-1.x into master
All checks were successful
build Build for the target platform
All checks were successful
build Build for the target platform
Reviewed-on: #19
This commit is contained in:
commit
34bff9e1ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue