From 172b3a29b2fd3a04834db50a470c005b075e870d Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 26 Jun 2025 21:01:37 +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 59e2799..93ba9af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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