From 922abb6e36f23a9c44b7064cb6daa4fd1279c58c Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 26 Jun 2025 21:01:50 +0000 Subject: [PATCH] Update rust Docker tag to v1.88.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10cf10f..b1f4c3a 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.87.0-slim-bullseye AS final +FROM rust:1.88.0-slim-bullseye AS final ARG LLVM_VERSION=20 ENV KEYRINGS=/usr/local/share/keyrings -- 2.47.2