From b77ab4dcb0a4905625f211679a759de5377a9a2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 02:13:58 +0000 Subject: [PATCH] Update rust Docker tag to v1.96 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6ec192c..351fb5f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM rust:1.95 AS builder +FROM rust:1.96 AS builder ARG TARGETARCH