From aafd0d14b7cad4952c934033f7bed0ea4e346b55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 01:33:01 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.95 --- dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index e6e7b34d7..db1b95c54 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.94-slim-trixie AS chef +FROM rust:1.95-slim-trixie AS chef # We only pay the installation cost once, # it will be cached from the second build onwards