From d910050bf9652657c1dc4beee9661b6c4d7f3faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:43:42 +0000 Subject: [PATCH] chore(deps): bump rust from 1.96-slim-trixie to 1.97-slim-trixie Bumps rust from 1.96-slim-trixie to 1.97-slim-trixie. --- updated-dependencies: - dependency-name: rust dependency-version: 1.97-slim-trixie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.lint b/Dockerfile.lint index fe2f05b..dfd6167 100644 --- a/Dockerfile.lint +++ b/Dockerfile.lint @@ -27,7 +27,7 @@ # static cross Qt, and the host Qt build needed for cross-config — # none of which the desktop lint/build surface needs. -FROM rust:1.96-slim-trixie +FROM rust:1.97-slim-trixie ENV DEBIAN_FRONTEND=noninteractive # Qt complains and switches to C.UTF-8 every time it is invoked under the