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