From aef446b185755da5432ad9d5f6ed1b9a70c30dba Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 15 May 2025 20:46:32 +0000 Subject: [PATCH] Update rust Docker tag to v1.87.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8f87d9..10cf10f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,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.86.0-slim-bullseye AS final +FROM rust:1.87.0-slim-bullseye AS final ARG LLVM_VERSION=20 ENV KEYRINGS=/usr/local/share/keyrings -- 2.47.2